Shades of Safety Orange #F4680D
Tints of Safety Orange #F4680D
RGB
CMYK
RGB Variations
Color information
#F4680D (or 0xF4680D) is known color: Safety Orange. HEX triplet: F4, 68 and 0D. RGB value is (244,104,13). Sum of RGB (Red+Green+Blue) = 244+104+13=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F4680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4680D is #0B97F2. Grayscale: #878787. Windows color (decimal): -759795 or 878836. OLE color: 878836.
HSL color Cylindrical-coordinate representation of color #F4680D: hue angle of 23.64º 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 #F4680D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.04 |
| HSL | 23.64º | 0.91% | 0.5% | - |
| HSV(B) | 23.64º | 0.95% | 0.96% | - |
| XYZ | 42.33 | 29.16 | 3.78 | - |
| YUV | 135.49 | 58.88 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 13 | 0 | 0.57 | 0.95 | 0.04 | 23.64 | 0.91 | 0.5 |
| Hex | F4 | 68 | D | 0 | 39 | 5F | 4 | 18 | 5B | 32 |
| Octal | 364 | 150 | 15 | 0 | 71 | 137 | 4 | 30 | 133 | 62 |
| Binary | 11110100 | 1101000 | 1101 | 0 | 111001 | 1011111 | 100 | 11000 | 1011011 | 110010 |
Color Harmonies of #F4680D
Complementary color
Monochromatic Colors of #F4680D
Black with #F4680D
Text Example
Text Example
White with #F4680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4680D; }
p { color: rgb(244,104,13); }
H1.HeaderClassName
{
color: #F4680D;
}
.AnyTagClassName
{
color: #F4680D;
}
</style>
background-color css
<style>
a { background-color: #F4680D; }
a { background-color: rgb(244,104,13); }
div.DivClassName
{
background-color: #F4680D;
}
.BgClassName
{
background-color: #F4680D;
}
</style>
border-color css
<style>
span { border-color: #F4680D; }
span { border-color: rgb(244,104,13); }
td.TdClassName
{
border-color: #F4680D;
}
.TagClassName
{
border-color: #F4680D;
}
</style>