Shades of Safety Orange #FF6B09
Tints of Safety Orange #FF6B09
RGB
CMYK
RGB Variations
Color information
#FF6B09 (or 0xFF6B09) is known color: Safety Orange. HEX triplet: FF, 6B and 09. RGB value is (255,107,9). Sum of RGB (Red+Green+Blue) = 255+107+9=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B09 is #0094F6. Grayscale: #8C8C8C. Windows color (decimal): -38135 or 617471. OLE color: 617471.
HSL color Cylindrical-coordinate representation of color #FF6B09: hue angle of 23.9º 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 #FF6B09 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0 |
| HSL | 23.9º | 1% | 0.52% | - |
| HSV(B) | 23.9º | 0.96% | 1% | - |
| XYZ | 46.55 | 31.8 | 3.94 | - |
| YUV | 140.08 | 54.03 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 9 | 0 | 0.58 | 0.96 | 0 | 23.9 | 1 | 0.52 |
| Hex | FF | 6B | 9 | 0 | 3A | 60 | 0 | 18 | 64 | 34 |
| Octal | 377 | 153 | 11 | 0 | 72 | 140 | 0 | 30 | 144 | 64 |
| Binary | 11111111 | 1101011 | 1001 | 0 | 111010 | 1100000 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6B09
Complementary color
Monochromatic Colors of #FF6B09
Black with #FF6B09
Text Example
Text Example
White with #FF6B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B09; }
p { color: rgb(255,107,9); }
H1.HeaderClassName
{
color: #FF6B09;
}
.AnyTagClassName
{
color: #FF6B09;
}
</style>
background-color css
<style>
a { background-color: #FF6B09; }
a { background-color: rgb(255,107,9); }
div.DivClassName
{
background-color: #FF6B09;
}
.BgClassName
{
background-color: #FF6B09;
}
</style>
border-color css
<style>
span { border-color: #FF6B09; }
span { border-color: rgb(255,107,9); }
td.TdClassName
{
border-color: #FF6B09;
}
.TagClassName
{
border-color: #FF6B09;
}
</style>