Html Css Color HEX #FC5E0C Safety Orange

📋 copy color: '#FC5E0C'

red 252 ◦ green 94 ◦ blue 12

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

Shades of Safety Orange #FC5E0C

Tints of Safety Orange #FC5E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 70.39%
G = 26.26%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC5E0C (or 0xFC5E0C) is known color: Safety Orange. HEX triplet: FC, 5E and 0C. RGB value is (252,94,12). Sum of RGB (Red+Green+Blue) = 252+94+12=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5E0C is #03A1F3. Grayscale: #848484. Windows color (decimal): -238068 or 810748. OLE color: 810748.

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

Color convert

RGB 252 94 12 -
CMYK 0 0.63 0.95 0.01
HSL 20.5º 0.98% 0.52% -
HSV(B) 20.5º 0.95% 0.99% -
XYZ 44.21 28.73 3.56 -
YUV 131.89 60.35 213.67 -
System Red Green Blue C M Y K H S L
Decimal 252 94 12 0 0.63 0.95 0.01 20.5 0.98 0.52
Hex FC 5E C 0 3F 5F 1 14 62 34
Octal 374 136 14 0 77 137 1 24 142 64
Binary 11111100 1011110 1100 0 111111 1011111 1 10100 1100010 110100

Color Harmonies of #FC5E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E0C

Black with #FC5E0C

Text Example


Text Example

White with #FC5E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E0C; }

 p { color: rgb(252,94,12); }

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

background-color css

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

 a { background-color: rgb(252,94,12); }

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

border-color css

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

 span { border-color: rgb(252,94,12); }

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