Html Css Color HEX #FC6906 Safety Orange

📋 copy color: '#FC6906'

red 252 ◦ green 105 ◦ blue 6

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

Shades of Safety Orange #FC6906

Tints of Safety Orange #FC6906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 69.42%
G = 28.93%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC6906 (or 0xFC6906) is known color: Safety Orange. HEX triplet: FC, 69 and 06. RGB value is (252,105,6). Sum of RGB (Red+Green+Blue) = 252+105+6=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6906 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6906 is #0396F9. Grayscale: #8A8A8A. Windows color (decimal): -235258 or 420348. OLE color: 420348.

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

Color convert

RGB 252 105 6 -
CMYK 0 0.58 0.98 0.01
HSL 24.15º 0.98% 0.51% -
HSV(B) 24.15º 0.98% 0.99% -
XYZ 45.23 30.81 3.74 -
YUV 137.67 53.7 209.55 -
System Red Green Blue C M Y K H S L
Decimal 252 105 6 0 0.58 0.98 0.01 24.15 0.98 0.51
Hex FC 69 6 0 3A 62 1 18 62 33
Octal 374 151 6 0 72 142 1 30 142 63
Binary 11111100 1101001 110 0 111010 1100010 1 11000 1100010 110011

Color Harmonies of #FC6906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6906

Black with #FC6906

Text Example


Text Example

White with #FC6906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6906; }

 p { color: rgb(252,105,6); }

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

background-color css

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

 a { background-color: rgb(252,105,6); }

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

border-color css

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

 span { border-color: rgb(252,105,6); }

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