Shades of Safety Orange #F4640B
Tints of Safety Orange #F4640B
RGB
CMYK
RGB Variations
Color information
#F4640B (or 0xF4640B) is known color: Safety Orange. HEX triplet: F4, 64 and 0B. RGB value is (244,100,11). Sum of RGB (Red+Green+Blue) = 244+100+11=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4640B is #0B9BF4. Grayscale: #858585. Windows color (decimal): -760821 or 746740. OLE color: 746740.
HSL color Cylindrical-coordinate representation of color #F4640B: hue angle of 22.92º 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 #F4640B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.04 |
| HSL | 22.92º | 0.91% | 0.5% | - |
| HSV(B) | 22.92º | 0.95% | 0.96% | - |
| XYZ | 41.93 | 28.37 | 3.58 | - |
| YUV | 132.91 | 59.21 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 11 | 0 | 0.59 | 0.95 | 0.04 | 22.92 | 0.91 | 0.5 |
| Hex | F4 | 64 | B | 0 | 3B | 5F | 4 | 17 | 5B | 32 |
| Octal | 364 | 144 | 13 | 0 | 73 | 137 | 4 | 27 | 133 | 62 |
| Binary | 11110100 | 1100100 | 1011 | 0 | 111011 | 1011111 | 100 | 10111 | 1011011 | 110010 |
Color Harmonies of #F4640B
Complementary color
Monochromatic Colors of #F4640B
Black with #F4640B
Text Example
Text Example
White with #F4640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4640B; }
p { color: rgb(244,100,11); }
H1.HeaderClassName
{
color: #F4640B;
}
.AnyTagClassName
{
color: #F4640B;
}
</style>
background-color css
<style>
a { background-color: #F4640B; }
a { background-color: rgb(244,100,11); }
div.DivClassName
{
background-color: #F4640B;
}
.BgClassName
{
background-color: #F4640B;
}
</style>
border-color css
<style>
span { border-color: #F4640B; }
span { border-color: rgb(244,100,11); }
td.TdClassName
{
border-color: #F4640B;
}
.TagClassName
{
border-color: #F4640B;
}
</style>