Html Css Color HEX #FC5E09 Safety Orange

📋 copy color: '#FC5E09'

red 252 ◦ green 94 ◦ blue 9

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

Shades of Safety Orange #FC5E09

Tints of Safety Orange #FC5E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.54%

R = 70.99%
G = 26.48%
B = 2.54%

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

#FC5E09 (or 0xFC5E09) is known color: Safety Orange. HEX triplet: FC, 5E and 09. RGB value is (252,94,9). Sum of RGB (Red+Green+Blue) = 252+94+9=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5E09 is #03A1F6. Grayscale: #848484. Windows color (decimal): -238071 or 614140. OLE color: 614140.

HSL color Cylindrical-coordinate representation of color #FC5E09: hue angle of 20.99º 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 #FC5E09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 94 9 -
CMYK 0 0.63 0.96 0.01
HSL 20.99º 0.98% 0.51% -
HSV(B) 20.99º 0.96% 0.99% -
XYZ 44.2 28.72 3.47 -
YUV 131.55 58.85 213.91 -
System Red Green Blue C M Y K H S L
Decimal 252 94 9 0 0.63 0.96 0.01 20.99 0.98 0.51
Hex FC 5E 9 0 3F 60 1 15 62 33
Octal 374 136 11 0 77 140 1 25 142 63
Binary 11111100 1011110 1001 0 111111 1100000 1 10101 1100010 110011

Color Harmonies of #FC5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E09

Black with #FC5E09

Text Example


Text Example

White with #FC5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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