Shades of Safety Orange #FF660B
Tints of Safety Orange #FF660B
RGB
CMYK
RGB Variations
Color information
#FF660B (or 0xFF660B) is known color: Safety Orange. HEX triplet: FF, 66 and 0B. RGB value is (255,102,11). Sum of RGB (Red+Green+Blue) = 255+102+11=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF660B is #0099F4. Grayscale: #898989. Windows color (decimal): -39413 or 747263. OLE color: 747263.
HSL color Cylindrical-coordinate representation of color #FF660B: hue angle of 22.38º 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 #FF660B is Cyan = 0, Magento = 0.6, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 11 | - |
| CMYK | 0 | 0.6 | 0.96 | 0 |
| HSL | 22.38º | 1% | 0.52% | - |
| HSV(B) | 22.38º | 0.96% | 1% | - |
| XYZ | 46.05 | 30.79 | 3.83 | - |
| YUV | 137.37 | 56.69 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 11 | 0 | 0.6 | 0.96 | 0 | 22.38 | 1 | 0.52 |
| Hex | FF | 66 | B | 0 | 3C | 60 | 0 | 16 | 64 | 34 |
| Octal | 377 | 146 | 13 | 0 | 74 | 140 | 0 | 26 | 144 | 64 |
| Binary | 11111111 | 1100110 | 1011 | 0 | 111100 | 1100000 | 0 | 10110 | 1100100 | 110100 |
Color Harmonies of #FF660B
Complementary color
Monochromatic Colors of #FF660B
Black with #FF660B
Text Example
Text Example
White with #FF660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF660B; }
p { color: rgb(255,102,11); }
H1.HeaderClassName
{
color: #FF660B;
}
.AnyTagClassName
{
color: #FF660B;
}
</style>
background-color css
<style>
a { background-color: #FF660B; }
a { background-color: rgb(255,102,11); }
div.DivClassName
{
background-color: #FF660B;
}
.BgClassName
{
background-color: #FF660B;
}
</style>
border-color css
<style>
span { border-color: #FF660B; }
span { border-color: rgb(255,102,11); }
td.TdClassName
{
border-color: #FF660B;
}
.TagClassName
{
border-color: #FF660B;
}
</style>