Shades of Safety Orange #FC670F
Tints of Safety Orange #FC670F
RGB
CMYK
RGB Variations
Color information
#FC670F (or 0xFC670F) is known color: Safety Orange. HEX triplet: FC, 67 and 0F. RGB value is (252,103,15). Sum of RGB (Red+Green+Blue) = 252+103+15=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC670F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC670F is #0398F0. Grayscale: #8A8A8A. Windows color (decimal): -235761 or 1009660. OLE color: 1009660.
HSL color Cylindrical-coordinate representation of color #FC670F: hue angle of 22.28º 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 #FC670F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.01 |
| HSL | 22.28º | 0.98% | 0.52% | - |
| HSV(B) | 22.28º | 0.94% | 0.99% | - |
| XYZ | 45.08 | 30.43 | 3.95 | - |
| YUV | 137.52 | 58.86 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 15 | 0 | 0.59 | 0.94 | 0.01 | 22.28 | 0.98 | 0.52 |
| Hex | FC | 67 | F | 0 | 3B | 5E | 1 | 16 | 62 | 34 |
| Octal | 374 | 147 | 17 | 0 | 73 | 136 | 1 | 26 | 142 | 64 |
| Binary | 11111100 | 1100111 | 1111 | 0 | 111011 | 1011110 | 1 | 10110 | 1100010 | 110100 |
Color Harmonies of #FC670F
Complementary color
Monochromatic Colors of #FC670F
Black with #FC670F
Text Example
Text Example
White with #FC670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC670F; }
p { color: rgb(252,103,15); }
H1.HeaderClassName
{
color: #FC670F;
}
.AnyTagClassName
{
color: #FC670F;
}
</style>
background-color css
<style>
a { background-color: #FC670F; }
a { background-color: rgb(252,103,15); }
div.DivClassName
{
background-color: #FC670F;
}
.BgClassName
{
background-color: #FC670F;
}
</style>
border-color css
<style>
span { border-color: #FC670F; }
span { border-color: rgb(252,103,15); }
td.TdClassName
{
border-color: #FC670F;
}
.TagClassName
{
border-color: #FC670F;
}
</style>