Shades of Safety Orange #F2690D
Tints of Safety Orange #F2690D
RGB
CMYK
RGB Variations
Color information
#F2690D (or 0xF2690D) is known color: Safety Orange. HEX triplet: F2, 69 and 0D. RGB value is (242,105,13). Sum of RGB (Red+Green+Blue) = 242+105+13=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F2690D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2690D is #0D96F2. Grayscale: #878787. Windows color (decimal): -890611 or 879090. OLE color: 879090.
HSL color Cylindrical-coordinate representation of color #F2690D: hue angle of 24.1º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2690D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.05 |
| HSL | 24.1º | 0.9% | 0.5% | - |
| HSV(B) | 24.1º | 0.95% | 0.95% | - |
| XYZ | 41.74 | 29.01 | 3.78 | - |
| YUV | 135.48 | 58.89 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 13 | 0 | 0.57 | 0.95 | 0.05 | 24.1 | 0.9 | 0.5 |
| Hex | F2 | 69 | D | 0 | 39 | 5F | 5 | 18 | 5A | 32 |
| Octal | 362 | 151 | 15 | 0 | 71 | 137 | 5 | 30 | 132 | 62 |
| Binary | 11110010 | 1101001 | 1101 | 0 | 111001 | 1011111 | 101 | 11000 | 1011010 | 110010 |
Color Harmonies of #F2690D
Complementary color
Monochromatic Colors of #F2690D
Black with #F2690D
Text Example
Text Example
White with #F2690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2690D; }
p { color: rgb(242,105,13); }
H1.HeaderClassName
{
color: #F2690D;
}
.AnyTagClassName
{
color: #F2690D;
}
</style>
background-color css
<style>
a { background-color: #F2690D; }
a { background-color: rgb(242,105,13); }
div.DivClassName
{
background-color: #F2690D;
}
.BgClassName
{
background-color: #F2690D;
}
</style>
border-color css
<style>
span { border-color: #F2690D; }
span { border-color: rgb(242,105,13); }
td.TdClassName
{
border-color: #F2690D;
}
.TagClassName
{
border-color: #F2690D;
}
</style>