Html Css Color HEX #FC6A08 Safety Orange

📋 copy color: '#FC6A08'

red 252 ◦ green 106 ◦ blue 8

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

Shades of Safety Orange #FC6A08

Tints of Safety Orange #FC6A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 68.85%
G = 28.96%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC6A08 (or 0xFC6A08) is known color: Safety Orange. HEX triplet: FC, 6A and 08. RGB value is (252,106,8). Sum of RGB (Red+Green+Blue) = 252+106+8=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A08 is #0395F7. Grayscale: #8B8B8B. Windows color (decimal): -235000 or 551676. OLE color: 551676.

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

Color convert

RGB 252 106 8 -
CMYK 0 0.58 0.97 0.01
HSL 24.1º 0.98% 0.51% -
HSV(B) 24.1º 0.97% 0.99% -
XYZ 45.34 31.02 3.83 -
YUV 138.48 54.37 208.97 -
System Red Green Blue C M Y K H S L
Decimal 252 106 8 0 0.58 0.97 0.01 24.1 0.98 0.51
Hex FC 6A 8 0 3A 61 1 18 62 33
Octal 374 152 10 0 72 141 1 30 142 63
Binary 11111100 1101010 1000 0 111010 1100001 1 11000 1100010 110011

Color Harmonies of #FC6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A08

Black with #FC6A08

Text Example


Text Example

White with #FC6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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