Html Css Color HEX #FC6A0A Safety Orange

📋 copy color: '#FC6A0A'

red 252 ◦ green 106 ◦ blue 10

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

Shades of Safety Orange #FC6A0A

Tints of Safety Orange #FC6A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.72%

R = 68.48%
G = 28.8%
B = 2.72%

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

#FC6A0A (or 0xFC6A0A) is known color: Safety Orange. HEX triplet: FC, 6A and 0A. RGB value is (252,106,10). Sum of RGB (Red+Green+Blue) = 252+106+10=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A0A is #0395F5. Grayscale: #8B8B8B. Windows color (decimal): -234998 or 682748. OLE color: 682748.

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

Color convert

RGB 252 106 10 -
CMYK 0 0.58 0.96 0.01
HSL 23.8º 0.98% 0.51% -
HSV(B) 23.8º 0.96% 0.99% -
XYZ 45.35 31.03 3.89 -
YUV 138.71 55.37 208.81 -
System Red Green Blue C M Y K H S L
Decimal 252 106 10 0 0.58 0.96 0.01 23.8 0.98 0.51
Hex FC 6A A 0 3A 60 1 18 62 33
Octal 374 152 12 0 72 140 1 30 142 63
Binary 11111100 1101010 1010 0 111010 1100000 1 11000 1100010 110011

Color Harmonies of #FC6A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A0A

Black with #FC6A0A

Text Example


Text Example

White with #FC6A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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