color codes Logo

#fd230c color codes

#FD230C
(253,35,12)
0 Favorites   0 Comments

Color spaces of #fd230c

RGB 2533512
HSL0.020.980.52
HSV95°99°
CMYK 0.000.860.95   0.01
XYZ41.175422.11132.4455
Yxy22.11130.62640.3364
Hunter Lab47.022774.013929.8324
CIE-Lab54.144975.980564.5109

#fd230c color RGB value is (253,35,12).

#fd230c hex color red value is 253, green value is 35 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fd230c hue: 0.02 , saturation: 0.98 and the lightness value of fd230c is 0.52.

The process color (four color CMYK) of #fd230c color code is 0.00, 0.86, 0.95, 0.01. Web safe color of #fd230c is #ff3300. Color #fd230c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100011 00001100
Octal 375 43 14
Decimal 253 35 12
Hex FD 23 C

RGB Percentages of Color #fd230c

%84.33
%11.67
%4.00

CMYK Percentages of Color #fd230c

%0
%86
%95
%1

Triadic Colors of #fd230c

#fd230c #0cfd23 #230cfd

Analogous Colors of #fd230c

#fd230c #fd9c0c #fd0c6e

Monochromatic Colors of #fd230c

#fd230c

Complementary Color

#fd230c #0ce6fd

#fd230c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd230c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd230c Color CSS Codes

.mybgcolor {background-color:#fd230c; } 
.myforecolor {color:#fd230c; }
.mybordercolor {border:3px solid #fd230c; }

#fd230c Text Font Color

<p style="color:#fd230c">Text here</p>

This sample text font color is #fd230c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd230c Background Color

<div style="background-color:#fd230c">
Div content here</div>

This div background color is #fd230c


#fd230c Border Color

<div style="border:3px solid #fd230c">
Div here</div>

This div border color is #fd230c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,35,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd230c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd230c;
  -webkit-box-shadow: 1px 1px 3px 2px #fd230c;
  box-shadow:         1px 1px 3px 2px #fd230c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,35,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd230c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd230c;
  -webkit-box-shadow: 1px 1px 3px 2px #fd230c;
  box-shadow:         1px 1px 3px 2px #fd230c;">
Div content here</div>

This div box has shadow with color #fd230c

Related Colors


Comments

No comments written yet.

Please login to write comment.