Shades of Safety Orange #F26B09
Tints of Safety Orange #F26B09
RGB
CMYK
RGB Variations
Color information
#F26B09 (or 0xF26B09) is known color: Safety Orange. HEX triplet: F2, 6B and 09. RGB value is (242,107,9). Sum of RGB (Red+Green+Blue) = 242+107+9=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26B09 is #0D94F6. Grayscale: #888888. Windows color (decimal): -890103 or 617458. OLE color: 617458.
HSL color Cylindrical-coordinate representation of color #F26B09: hue angle of 25.24º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F26B09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.05 |
| HSL | 25.24º | 0.93% | 0.49% | - |
| HSV(B) | 25.24º | 0.96% | 0.95% | - |
| XYZ | 41.92 | 29.41 | 3.73 | - |
| YUV | 136.19 | 56.23 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 9 | 0 | 0.56 | 0.96 | 0.05 | 25.24 | 0.93 | 0.49 |
| Hex | F2 | 6B | 9 | 0 | 38 | 60 | 5 | 19 | 5D | 31 |
| Octal | 362 | 153 | 11 | 0 | 70 | 140 | 5 | 31 | 135 | 61 |
| Binary | 11110010 | 1101011 | 1001 | 0 | 111000 | 1100000 | 101 | 11001 | 1011101 | 110001 |
Color Harmonies of #F26B09
Complementary color
Monochromatic Colors of #F26B09
Black with #F26B09
Text Example
Text Example
White with #F26B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B09; }
p { color: rgb(242,107,9); }
H1.HeaderClassName
{
color: #F26B09;
}
.AnyTagClassName
{
color: #F26B09;
}
</style>
background-color css
<style>
a { background-color: #F26B09; }
a { background-color: rgb(242,107,9); }
div.DivClassName
{
background-color: #F26B09;
}
.BgClassName
{
background-color: #F26B09;
}
</style>
border-color css
<style>
span { border-color: #F26B09; }
span { border-color: rgb(242,107,9); }
td.TdClassName
{
border-color: #F26B09;
}
.TagClassName
{
border-color: #F26B09;
}
</style>