Shades of Safety Orange #F26908
Tints of Safety Orange #F26908
RGB
CMYK
RGB Variations
Color information
#F26908 (or 0xF26908) is known color: Safety Orange. HEX triplet: F2, 69 and 08. RGB value is (242,105,8). Sum of RGB (Red+Green+Blue) = 242+105+8=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F26908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26908 is #0D96F7. Grayscale: #878787. Windows color (decimal): -890616 or 551410. OLE color: 551410.
HSL color Cylindrical-coordinate representation of color #F26908: hue angle of 24.87º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F26908 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 8 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.05 |
| HSL | 24.87º | 0.94% | 0.49% | - |
| HSV(B) | 24.87º | 0.97% | 0.95% | - |
| XYZ | 41.71 | 29 | 3.63 | - |
| YUV | 134.91 | 56.39 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 8 | 0 | 0.57 | 0.97 | 0.05 | 24.87 | 0.94 | 0.49 |
| Hex | F2 | 69 | 8 | 0 | 39 | 61 | 5 | 19 | 5E | 31 |
| Octal | 362 | 151 | 10 | 0 | 71 | 141 | 5 | 31 | 136 | 61 |
| Binary | 11110010 | 1101001 | 1000 | 0 | 111001 | 1100001 | 101 | 11001 | 1011110 | 110001 |
Color Harmonies of #F26908
Complementary color
Monochromatic Colors of #F26908
Black with #F26908
Text Example
Text Example
White with #F26908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26908; }
p { color: rgb(242,105,8); }
H1.HeaderClassName
{
color: #F26908;
}
.AnyTagClassName
{
color: #F26908;
}
</style>
background-color css
<style>
a { background-color: #F26908; }
a { background-color: rgb(242,105,8); }
div.DivClassName
{
background-color: #F26908;
}
.BgClassName
{
background-color: #F26908;
}
</style>
border-color css
<style>
span { border-color: #F26908; }
span { border-color: rgb(242,105,8); }
td.TdClassName
{
border-color: #F26908;
}
.TagClassName
{
border-color: #F26908;
}
</style>