Html Css Color HEX #FC6D0C Safety Orange

📋 copy color: '#FC6D0C'

red 252 ◦ green 109 ◦ blue 12

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

Shades of Safety Orange #FC6D0C

Tints of Safety Orange #FC6D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

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

R = 67.56%
G = 29.22%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC6D0C (or 0xFC6D0C) is known color: Safety Orange. HEX triplet: FC, 6D and 0C. RGB value is (252,109,12). Sum of RGB (Red+Green+Blue) = 252+109+12=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D0C is #0392F3. Grayscale: #8D8D8D. Windows color (decimal): -234228 or 814588. OLE color: 814588.

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

Color convert

RGB 252 109 12 -
CMYK 0 0.57 0.95 0.01
HSL 24.25º 0.98% 0.52% -
HSV(B) 24.25º 0.95% 0.99% -
XYZ 45.68 31.66 4.05 -
YUV 140.7 55.38 207.39 -
System Red Green Blue C M Y K H S L
Decimal 252 109 12 0 0.57 0.95 0.01 24.25 0.98 0.52
Hex FC 6D C 0 39 5F 1 18 62 34
Octal 374 155 14 0 71 137 1 30 142 64
Binary 11111100 1101101 1100 0 111001 1011111 1 11000 1100010 110100

Color Harmonies of #FC6D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D0C

Black with #FC6D0C

Text Example


Text Example

White with #FC6D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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