Html Css Color HEX #FC6A09 Safety Orange

📋 copy color: '#FC6A09'

red 252 ◦ green 106 ◦ blue 9

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

Shades of Safety Orange #FC6A09

Tints of Safety Orange #FC6A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.88%

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

R = 68.66%
G = 28.88%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC6A09 (or 0xFC6A09) is known color: Safety Orange. HEX triplet: FC, 6A and 09. RGB value is (252,106,9). Sum of RGB (Red+Green+Blue) = 252+106+9=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A09 is #0395F6. Grayscale: #8B8B8B. Windows color (decimal): -234999 or 617212. OLE color: 617212.

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

Color convert

RGB 252 106 9 -
CMYK 0 0.58 0.96 0.01
HSL 23.95º 0.98% 0.51% -
HSV(B) 23.95º 0.96% 0.99% -
XYZ 45.35 31.02 3.86 -
YUV 138.6 54.87 208.89 -
System Red Green Blue C M Y K H S L
Decimal 252 106 9 0 0.58 0.96 0.01 23.95 0.98 0.51
Hex FC 6A 9 0 3A 60 1 18 62 33
Octal 374 152 11 0 72 140 1 30 142 63
Binary 11111100 1101010 1001 0 111010 1100000 1 11000 1100010 110011

Color Harmonies of #FC6A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A09

Black with #FC6A09

Text Example


Text Example

White with #FC6A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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