Shades of Safety Orange #FF6C09
Tints of Safety Orange #FF6C09
RGB
CMYK
RGB Variations
Color information
#FF6C09 (or 0xFF6C09) is known color: Safety Orange. HEX triplet: FF, 6C and 09. RGB value is (255,108,9). Sum of RGB (Red+Green+Blue) = 255+108+9=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6C09 is #0093F6. Grayscale: #8D8D8D. Windows color (decimal): -37879 or 617727. OLE color: 617727.
HSL color Cylindrical-coordinate representation of color #FF6C09: hue angle of 24.15º 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 #FF6C09 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0 |
| HSL | 24.15º | 1% | 0.52% | - |
| HSV(B) | 24.15º | 0.96% | 1% | - |
| XYZ | 46.65 | 32 | 3.98 | - |
| YUV | 140.67 | 53.7 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 9 | 0 | 0.58 | 0.96 | 0 | 24.15 | 1 | 0.52 |
| Hex | FF | 6C | 9 | 0 | 3A | 60 | 0 | 18 | 64 | 34 |
| Octal | 377 | 154 | 11 | 0 | 72 | 140 | 0 | 30 | 144 | 64 |
| Binary | 11111111 | 1101100 | 1001 | 0 | 111010 | 1100000 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6C09
Complementary color
Monochromatic Colors of #FF6C09
Black with #FF6C09
Text Example
Text Example
White with #FF6C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C09; }
p { color: rgb(255,108,9); }
H1.HeaderClassName
{
color: #FF6C09;
}
.AnyTagClassName
{
color: #FF6C09;
}
</style>
background-color css
<style>
a { background-color: #FF6C09; }
a { background-color: rgb(255,108,9); }
div.DivClassName
{
background-color: #FF6C09;
}
.BgClassName
{
background-color: #FF6C09;
}
</style>
border-color css
<style>
span { border-color: #FF6C09; }
span { border-color: rgb(255,108,9); }
td.TdClassName
{
border-color: #FF6C09;
}
.TagClassName
{
border-color: #FF6C09;
}
</style>