Shades of Safety Orange #F4670C
Tints of Safety Orange #F4670C
RGB
CMYK
RGB Variations
Color information
#F4670C (or 0xF4670C) is known color: Safety Orange. HEX triplet: F4, 67 and 0C. RGB value is (244,103,12). Sum of RGB (Red+Green+Blue) = 244+103+12=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F4670C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4670C is #0B98F3. Grayscale: #878787. Windows color (decimal): -760052 or 813044. OLE color: 813044.
HSL color Cylindrical-coordinate representation of color #F4670C: hue angle of 23.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4670C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.04 |
| HSL | 23.53º | 0.91% | 0.5% | - |
| HSV(B) | 23.53º | 0.95% | 0.96% | - |
| XYZ | 42.22 | 28.96 | 3.71 | - |
| YUV | 134.79 | 58.71 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 12 | 0 | 0.58 | 0.95 | 0.04 | 23.53 | 0.91 | 0.5 |
| Hex | F4 | 67 | C | 0 | 3A | 5F | 4 | 18 | 5B | 32 |
| Octal | 364 | 147 | 14 | 0 | 72 | 137 | 4 | 30 | 133 | 62 |
| Binary | 11110100 | 1100111 | 1100 | 0 | 111010 | 1011111 | 100 | 11000 | 1011011 | 110010 |
Color Harmonies of #F4670C
Complementary color
Monochromatic Colors of #F4670C
Black with #F4670C
Text Example
Text Example
White with #F4670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4670C; }
p { color: rgb(244,103,12); }
H1.HeaderClassName
{
color: #F4670C;
}
.AnyTagClassName
{
color: #F4670C;
}
</style>
background-color css
<style>
a { background-color: #F4670C; }
a { background-color: rgb(244,103,12); }
div.DivClassName
{
background-color: #F4670C;
}
.BgClassName
{
background-color: #F4670C;
}
</style>
border-color css
<style>
span { border-color: #F4670C; }
span { border-color: rgb(244,103,12); }
td.TdClassName
{
border-color: #F4670C;
}
.TagClassName
{
border-color: #F4670C;
}
</style>