Shades of Safety Orange #F46800
Tints of Safety Orange #F46800
RGB
CMYK
RGB Variations
Color information
#F46800 (or 0xF46800) is known color: Safety Orange. HEX triplet: F4, 68 and 00. RGB value is (244,104,0). Sum of RGB (Red+Green+Blue) = 244+104+0=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F46800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46800 is #0B97FF. Grayscale: #868686. Windows color (decimal): -759808 or 26868. OLE color: 26868.
HSL color Cylindrical-coordinate representation of color #F46800: hue angle of 25.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F46800 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.04 |
| HSL | 25.57º | 1% | 0.48% | - |
| HSV(B) | 25.57º | 1% | 0.96% | - |
| XYZ | 42.26 | 29.13 | 3.4 | - |
| YUV | 134 | 52.38 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 0 | 0 | 0.57 | 1 | 0.04 | 25.57 | 1 | 0.48 |
| Hex | F4 | 68 | 0 | 0 | 39 | 64 | 4 | 1A | 64 | 30 |
| Octal | 364 | 150 | 0 | 0 | 71 | 144 | 4 | 32 | 144 | 60 |
| Binary | 11110100 | 1101000 | 0 | 0 | 111001 | 1100100 | 100 | 11010 | 1100100 | 110000 |
Color Harmonies of #F46800
Complementary color
Monochromatic Colors of #F46800
Black with #F46800
Text Example
Text Example
White with #F46800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46800; }
p { color: rgb(244,104,0); }
H1.HeaderClassName
{
color: #F46800;
}
.AnyTagClassName
{
color: #F46800;
}
</style>
background-color css
<style>
a { background-color: #F46800; }
a { background-color: rgb(244,104,0); }
div.DivClassName
{
background-color: #F46800;
}
.BgClassName
{
background-color: #F46800;
}
</style>
border-color css
<style>
span { border-color: #F46800; }
span { border-color: rgb(244,104,0); }
td.TdClassName
{
border-color: #F46800;
}
.TagClassName
{
border-color: #F46800;
}
</style>