Html Css Color HEX #FC6C00 Safety Orange

📋 copy color: '#FC6C00'

red 252 ◦ green 108 ◦ blue 0

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

Shades of Safety Orange #FC6C00

Tints of Safety Orange #FC6C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC6C00 (or 0xFC6C00) is known color: Safety Orange. HEX triplet: FC, 6C and 00. RGB value is (252,108,0). Sum of RGB (Red+Green+Blue) = 252+108+0=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6C00 is #0393FF. Grayscale: #8B8B8B. Windows color (decimal): -234496 or 27900. OLE color: 27900.

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

Color convert

RGB 252 108 0 -
CMYK 0 0.57 1 0.01
HSL 25.71º 1% 0.49% -
HSV(B) 25.71º 1% 0.99% -
XYZ 45.51 31.42 3.67 -
YUV 138.74 49.71 208.78 -
System Red Green Blue C M Y K H S L
Decimal 252 108 0 0 0.57 1 0.01 25.71 1 0.49
Hex FC 6C 0 0 39 64 1 1A 64 31
Octal 374 154 0 0 71 144 1 32 144 61
Binary 11111100 1101100 0 0 111001 1100100 1 11010 1100100 110001

Color Harmonies of #FC6C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C00

Black with #FC6C00

Text Example


Text Example

White with #FC6C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C00; }

 p { color: rgb(252,108,0); }

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

background-color css

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

 a { background-color: rgb(252,108,0); }

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

border-color css

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

 span { border-color: rgb(252,108,0); }

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