Shades of Safety Orange #FC6F02
Tints of Safety Orange #FC6F02
RGB
CMYK
RGB Variations
Color information
#FC6F02 (or 0xFC6F02) is known color: Safety Orange. HEX triplet: FC, 6F and 02. RGB value is (252,111,2). Sum of RGB (Red+Green+Blue) = 252+111+2=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6F02 is #0390FD. Grayscale: #8D8D8D. Windows color (decimal): -233726 or 159740. OLE color: 159740.
HSL color Cylindrical-coordinate representation of color #FC6F02: hue angle of 26.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC6F02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.01 |
| HSL | 26.16º | 0.98% | 0.5% | - |
| HSV(B) | 26.16º | 0.99% | 0.99% | - |
| XYZ | 45.84 | 32.07 | 3.83 | - |
| YUV | 140.73 | 49.71 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 2 | 0 | 0.56 | 0.99 | 0.01 | 26.16 | 0.98 | 0.5 |
| Hex | FC | 6F | 2 | 0 | 38 | 63 | 1 | 1A | 62 | 32 |
| Octal | 374 | 157 | 2 | 0 | 70 | 143 | 1 | 32 | 142 | 62 |
| Binary | 11111100 | 1101111 | 10 | 0 | 111000 | 1100011 | 1 | 11010 | 1100010 | 110010 |
Color Harmonies of #FC6F02
Complementary color
Monochromatic Colors of #FC6F02
Black with #FC6F02
Text Example
Text Example
White with #FC6F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6F02; }
p { color: rgb(252,111,2); }
H1.HeaderClassName
{
color: #FC6F02;
}
.AnyTagClassName
{
color: #FC6F02;
}
</style>
background-color css
<style>
a { background-color: #FC6F02; }
a { background-color: rgb(252,111,2); }
div.DivClassName
{
background-color: #FC6F02;
}
.BgClassName
{
background-color: #FC6F02;
}
</style>
border-color css
<style>
span { border-color: #FC6F02; }
span { border-color: rgb(252,111,2); }
td.TdClassName
{
border-color: #FC6F02;
}
.TagClassName
{
border-color: #FC6F02;
}
</style>