Html Css Color HEX #FC6A0C Safety Orange

📋 copy color: '#FC6A0C'

red 252 ◦ green 106 ◦ blue 12

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

Shades of Safety Orange #FC6A0C

Tints of Safety Orange #FC6A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 68.11%
G = 28.65%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC6A0C (or 0xFC6A0C) is known color: Safety Orange. HEX triplet: FC, 6A and 0C. RGB value is (252,106,12). Sum of RGB (Red+Green+Blue) = 252+106+12=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A0C is #0395F3. Grayscale: #8B8B8B. Windows color (decimal): -234996 or 813820. OLE color: 813820.

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

Color convert

RGB 252 106 12 -
CMYK 0 0.58 0.95 0.01
HSL 23.5º 0.98% 0.52% -
HSV(B) 23.5º 0.95% 0.99% -
XYZ 45.37 31.03 3.95 -
YUV 138.94 56.37 208.64 -
System Red Green Blue C M Y K H S L
Decimal 252 106 12 0 0.58 0.95 0.01 23.5 0.98 0.52
Hex FC 6A C 0 3A 5F 1 18 62 34
Octal 374 152 14 0 72 137 1 30 142 64
Binary 11111100 1101010 1100 0 111010 1011111 1 11000 1100010 110100

Color Harmonies of #FC6A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A0C

Black with #FC6A0C

Text Example


Text Example

White with #FC6A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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