Shades of Safety Orange #FF6F09
Tints of Safety Orange #FF6F09
RGB
CMYK
RGB Variations
Color information
#FF6F09 (or 0xFF6F09) is known color: Safety Orange. HEX triplet: FF, 6F and 09. RGB value is (255,111,9). Sum of RGB (Red+Green+Blue) = 255+111+9=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F09 is #0090F6. Grayscale: #8E8E8E. Windows color (decimal): -37111 or 618495. OLE color: 618495.
HSL color Cylindrical-coordinate representation of color #FF6F09: hue angle of 24.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF6F09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0 |
| HSL | 24.88º | 1% | 0.52% | - |
| HSV(B) | 24.88º | 0.96% | 1% | - |
| XYZ | 46.97 | 32.65 | 4.08 | - |
| YUV | 142.43 | 52.71 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 9 | 0 | 0.56 | 0.96 | 0 | 24.88 | 1 | 0.52 |
| Hex | FF | 6F | 9 | 0 | 38 | 60 | 0 | 19 | 64 | 34 |
| Octal | 377 | 157 | 11 | 0 | 70 | 140 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1101111 | 1001 | 0 | 111000 | 1100000 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF6F09
Complementary color
Monochromatic Colors of #FF6F09
Black with #FF6F09
Text Example
Text Example
White with #FF6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F09; }
p { color: rgb(255,111,9); }
H1.HeaderClassName
{
color: #FF6F09;
}
.AnyTagClassName
{
color: #FF6F09;
}
</style>
background-color css
<style>
a { background-color: #FF6F09; }
a { background-color: rgb(255,111,9); }
div.DivClassName
{
background-color: #FF6F09;
}
.BgClassName
{
background-color: #FF6F09;
}
</style>
border-color css
<style>
span { border-color: #FF6F09; }
span { border-color: rgb(255,111,9); }
td.TdClassName
{
border-color: #FF6F09;
}
.TagClassName
{
border-color: #FF6F09;
}
</style>