Html Css Color HEX #FC5D0A Safety Orange

📋 copy color: '#FC5D0A'

red 252 ◦ green 93 ◦ blue 10

#FC5D0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #FC5D0A

Tints of Safety Orange #FC5D0A

RGB

 RED value IS 252 (98.83% from 255) = 70.99%

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 70.99%
G = 26.2%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC5D0A (or 0xFC5D0A) is known color: Safety Orange. HEX triplet: FC, 5D and 0A. RGB value is (252,93,10). Sum of RGB (Red+Green+Blue) = 252+93+10=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D0A is #03A2F5. Grayscale: #838383. Windows color (decimal): -238326 or 679420. OLE color: 679420.

HSL color Cylindrical-coordinate representation of color #FC5D0A: hue angle of 20.58º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC5D0A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 93 10 -
CMYK 0 0.63 0.96 0.01
HSL 20.58º 0.98% 0.51% -
HSV(B) 20.58º 0.96% 0.99% -
XYZ 44.11 28.55 3.47 -
YUV 131.08 59.68 214.25 -
System Red Green Blue C M Y K H S L
Decimal 252 93 10 0 0.63 0.96 0.01 20.58 0.98 0.51
Hex FC 5D A 0 3F 60 1 15 62 33
Octal 374 135 12 0 77 140 1 25 142 63
Binary 11111100 1011101 1010 0 111111 1100000 1 10101 1100010 110011

Color Harmonies of #FC5D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D0A

Black with #FC5D0A

Text Example


Text Example

White with #FC5D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D0A; }

 p { color: rgb(252,93,10); }

 H1.HeaderClassName
 {
   color: #FC5D0A;
 }
 .AnyTagClassName
 {
   color: #FC5D0A;
 }
</style>

background-color css

<style>
 a { background-color: #FC5D0A; }

 a { background-color: rgb(252,93,10); }

 div.DivClassName
 {
   background-color: #FC5D0A;
 }
 .BgClassName
 {
   background-color: #FC5D0A;
 }
</style>

border-color css

<style>
 span { border-color: #FC5D0A; }

 span { border-color: rgb(252,93,10); }

 td.TdClassName
 {
   border-color: #FC5D0A;
 }
 .TagClassName
 {
   border-color: #FC5D0A;
 }
</style>