Shades of Safety Orange #FC610F
Tints of Safety Orange #FC610F
RGB
CMYK
RGB Variations
Color information
#FC610F (or 0xFC610F) is known color: Safety Orange. HEX triplet: FC, 61 and 0F. RGB value is (252,97,15). Sum of RGB (Red+Green+Blue) = 252+97+15=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC610F is #039EF0. Grayscale: #868686. Windows color (decimal): -237297 or 1008124. OLE color: 1008124.
HSL color Cylindrical-coordinate representation of color #FC610F: hue angle of 20.76º 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 #FC610F is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 15 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.01 |
| HSL | 20.76º | 0.98% | 0.52% | - |
| HSV(B) | 20.76º | 0.94% | 0.99% | - |
| XYZ | 44.51 | 29.28 | 3.76 | - |
| YUV | 134 | 60.85 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 15 | 0 | 0.62 | 0.94 | 0.01 | 20.76 | 0.98 | 0.52 |
| Hex | FC | 61 | F | 0 | 3E | 5E | 1 | 15 | 62 | 34 |
| Octal | 374 | 141 | 17 | 0 | 76 | 136 | 1 | 25 | 142 | 64 |
| Binary | 11111100 | 1100001 | 1111 | 0 | 111110 | 1011110 | 1 | 10101 | 1100010 | 110100 |
Color Harmonies of #FC610F
Complementary color
Monochromatic Colors of #FC610F
Black with #FC610F
Text Example
Text Example
White with #FC610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC610F; }
p { color: rgb(252,97,15); }
H1.HeaderClassName
{
color: #FC610F;
}
.AnyTagClassName
{
color: #FC610F;
}
</style>
background-color css
<style>
a { background-color: #FC610F; }
a { background-color: rgb(252,97,15); }
div.DivClassName
{
background-color: #FC610F;
}
.BgClassName
{
background-color: #FC610F;
}
</style>
border-color css
<style>
span { border-color: #FC610F; }
span { border-color: rgb(252,97,15); }
td.TdClassName
{
border-color: #FC610F;
}
.TagClassName
{
border-color: #FC610F;
}
</style>