#FC600F

Color #FC600F Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #FC600F

Tints of Safety Orange #FC600F

Color information

#FC600F (or 0xFC600F) is unknown color: approx Safety Orange. HEX triplet: FC, 60 and 0F. RGB value is (252,96,15). Sum of RGB (Red+Green+Blue) = 252+96+15=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC600F is #039FF0. Grayscale: #858585. Windows color (decimal): -237553 or 1007868. OLE color: 1007868.

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

Color convert

RGB2529615-
CMYK00.620.940.01
HSL20.51º97.53%52.35%-
HSV(B)20.51º94.05%98.82%-
XYZ44.4129.13.73-
YUV133.4161.18212.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 69.42%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 15 (6.25% from 255) = 4.13%
R=69.42%
G=26.45%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252961500.620.940.0120.5197.5352.35
HexFC60F03E5E1156234
Octal3741401707613612514264
Binary1111110011000001111011111010111101101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC600F; }

 p { color: rgb(252,96,15); }

 H1.HeaderClassName
 {
   color: #FC600F;
 }
 .AnyTagClassName
 {
   color: #FC600F;
 }
</style>
background-color css

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

 a { background-color: rgb(252,96,15); }

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

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

 span { border-color: rgb(252,96,15); }

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