Shades of Safety Orange #F26B0D
Tints of Safety Orange #F26B0D
RGB
CMYK
RGB Variations
Color information
#F26B0D (or 0xF26B0D) is known color: Safety Orange. HEX triplet: F2, 6B and 0D. RGB value is (242,107,13). Sum of RGB (Red+Green+Blue) = 242+107+13=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26B0D is #0D94F2. Grayscale: #898989. Windows color (decimal): -890099 or 879602. OLE color: 879602.
HSL color Cylindrical-coordinate representation of color #F26B0D: hue angle of 24.63º 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 #F26B0D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.05 |
| HSL | 24.63º | 0.9% | 0.5% | - |
| HSV(B) | 24.63º | 0.95% | 0.95% | - |
| XYZ | 41.95 | 29.42 | 3.85 | - |
| YUV | 136.65 | 58.23 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 13 | 0 | 0.56 | 0.95 | 0.05 | 24.63 | 0.9 | 0.5 |
| Hex | F2 | 6B | D | 0 | 38 | 5F | 5 | 19 | 5A | 32 |
| Octal | 362 | 153 | 15 | 0 | 70 | 137 | 5 | 31 | 132 | 62 |
| Binary | 11110010 | 1101011 | 1101 | 0 | 111000 | 1011111 | 101 | 11001 | 1011010 | 110010 |
Color Harmonies of #F26B0D
Complementary color
Monochromatic Colors of #F26B0D
Black with #F26B0D
Text Example
Text Example
White with #F26B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B0D; }
p { color: rgb(242,107,13); }
H1.HeaderClassName
{
color: #F26B0D;
}
.AnyTagClassName
{
color: #F26B0D;
}
</style>
background-color css
<style>
a { background-color: #F26B0D; }
a { background-color: rgb(242,107,13); }
div.DivClassName
{
background-color: #F26B0D;
}
.BgClassName
{
background-color: #F26B0D;
}
</style>
border-color css
<style>
span { border-color: #F26B0D; }
span { border-color: rgb(242,107,13); }
td.TdClassName
{
border-color: #F26B0D;
}
.TagClassName
{
border-color: #F26B0D;
}
</style>