Shades of Safety Orange #FF6B06
Tints of Safety Orange #FF6B06
RGB
CMYK
RGB Variations
Color information
#FF6B06 (or 0xFF6B06) is known color: Safety Orange. HEX triplet: FF, 6B and 06. RGB value is (255,107,6). Sum of RGB (Red+Green+Blue) = 255+107+6=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B06 is #0094F9. Grayscale: #8C8C8C. Windows color (decimal): -38138 or 420863. OLE color: 420863.
HSL color Cylindrical-coordinate representation of color #FF6B06: hue angle of 24.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF6B06 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 6 | - |
| CMYK | 0 | 0.58 | 0.98 | 0 |
| HSL | 24.34º | 1% | 0.51% | - |
| HSV(B) | 24.34º | 0.98% | 1% | - |
| XYZ | 46.53 | 31.79 | 3.86 | - |
| YUV | 139.74 | 52.53 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 6 | 0 | 0.58 | 0.98 | 0 | 24.34 | 1 | 0.51 |
| Hex | FF | 6B | 6 | 0 | 3A | 62 | 0 | 18 | 64 | 33 |
| Octal | 377 | 153 | 6 | 0 | 72 | 142 | 0 | 30 | 144 | 63 |
| Binary | 11111111 | 1101011 | 110 | 0 | 111010 | 1100010 | 0 | 11000 | 1100100 | 110011 |
Color Harmonies of #FF6B06
Complementary color
Monochromatic Colors of #FF6B06
Black with #FF6B06
Text Example
Text Example
White with #FF6B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B06; }
p { color: rgb(255,107,6); }
H1.HeaderClassName
{
color: #FF6B06;
}
.AnyTagClassName
{
color: #FF6B06;
}
</style>
background-color css
<style>
a { background-color: #FF6B06; }
a { background-color: rgb(255,107,6); }
div.DivClassName
{
background-color: #FF6B06;
}
.BgClassName
{
background-color: #FF6B06;
}
</style>
border-color css
<style>
span { border-color: #FF6B06; }
span { border-color: rgb(255,107,6); }
td.TdClassName
{
border-color: #FF6B06;
}
.TagClassName
{
border-color: #FF6B06;
}
</style>