Shades of Safety Orange #F3690E
Tints of Safety Orange #F3690E
RGB
CMYK
RGB Variations
Color information
#F3690E (or 0xF3690E) is known color: Safety Orange. HEX triplet: F3, 69 and 0E. RGB value is (243,105,14). Sum of RGB (Red+Green+Blue) = 243+105+14=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F3690E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3690E is #0C96F1. Grayscale: #888888. Windows color (decimal): -825074 or 944627. OLE color: 944627.
HSL color Cylindrical-coordinate representation of color #F3690E: hue angle of 23.84º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3690E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.05 |
| HSL | 23.84º | 0.91% | 0.5% | - |
| HSV(B) | 23.84º | 0.94% | 0.95% | - |
| XYZ | 42.09 | 29.19 | 3.83 | - |
| YUV | 135.89 | 59.22 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 14 | 0 | 0.57 | 0.94 | 0.05 | 23.84 | 0.91 | 0.5 |
| Hex | F3 | 69 | E | 0 | 39 | 5E | 5 | 18 | 5B | 32 |
| Octal | 363 | 151 | 16 | 0 | 71 | 136 | 5 | 30 | 133 | 62 |
| Binary | 11110011 | 1101001 | 1110 | 0 | 111001 | 1011110 | 101 | 11000 | 1011011 | 110010 |
Color Harmonies of #F3690E
Complementary color
Monochromatic Colors of #F3690E
Black with #F3690E
Text Example
Text Example
White with #F3690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3690E; }
p { color: rgb(243,105,14); }
H1.HeaderClassName
{
color: #F3690E;
}
.AnyTagClassName
{
color: #F3690E;
}
</style>
background-color css
<style>
a { background-color: #F3690E; }
a { background-color: rgb(243,105,14); }
div.DivClassName
{
background-color: #F3690E;
}
.BgClassName
{
background-color: #F3690E;
}
</style>
border-color css
<style>
span { border-color: #F3690E; }
span { border-color: rgb(243,105,14); }
td.TdClassName
{
border-color: #F3690E;
}
.TagClassName
{
border-color: #F3690E;
}
</style>