Shades of Safety Orange #F4690C
Tints of Safety Orange #F4690C
RGB
CMYK
RGB Variations
Color information
#F4690C (or 0xF4690C) is known color: Safety Orange. HEX triplet: F4, 69 and 0C. RGB value is (244,105,12). Sum of RGB (Red+Green+Blue) = 244+105+12=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F4690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4690C is #0B96F3. Grayscale: #888888. Windows color (decimal): -759540 or 813556. OLE color: 813556.
HSL color Cylindrical-coordinate representation of color #F4690C: hue angle of 24.05º 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 #F4690C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.04 |
| HSL | 24.05º | 0.91% | 0.5% | - |
| HSV(B) | 24.05º | 0.95% | 0.96% | - |
| XYZ | 42.43 | 29.36 | 3.78 | - |
| YUV | 135.96 | 58.05 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 12 | 0 | 0.57 | 0.95 | 0.04 | 24.05 | 0.91 | 0.5 |
| Hex | F4 | 69 | C | 0 | 39 | 5F | 4 | 18 | 5B | 32 |
| Octal | 364 | 151 | 14 | 0 | 71 | 137 | 4 | 30 | 133 | 62 |
| Binary | 11110100 | 1101001 | 1100 | 0 | 111001 | 1011111 | 100 | 11000 | 1011011 | 110010 |
Color Harmonies of #F4690C
Complementary color
Monochromatic Colors of #F4690C
Black with #F4690C
Text Example
Text Example
White with #F4690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4690C; }
p { color: rgb(244,105,12); }
H1.HeaderClassName
{
color: #F4690C;
}
.AnyTagClassName
{
color: #F4690C;
}
</style>
background-color css
<style>
a { background-color: #F4690C; }
a { background-color: rgb(244,105,12); }
div.DivClassName
{
background-color: #F4690C;
}
.BgClassName
{
background-color: #F4690C;
}
</style>
border-color css
<style>
span { border-color: #F4690C; }
span { border-color: rgb(244,105,12); }
td.TdClassName
{
border-color: #F4690C;
}
.TagClassName
{
border-color: #F4690C;
}
</style>