Shades of Safety Orange #FF660A
Tints of Safety Orange #FF660A
RGB
CMYK
RGB Variations
Color information
#FF660A (or 0xFF660A) is known color: Safety Orange. HEX triplet: FF, 66 and 0A. RGB value is (255,102,10). Sum of RGB (Red+Green+Blue) = 255+102+10=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF660A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF660A is #0099F5. Grayscale: #898989. Windows color (decimal): -39414 or 681727. OLE color: 681727.
HSL color Cylindrical-coordinate representation of color #FF660A: hue angle of 22.53º 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 #FF660A is Cyan = 0, Magento = 0.6, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 10 | - |
| CMYK | 0 | 0.6 | 0.96 | 0 |
| HSL | 22.53º | 1% | 0.52% | - |
| HSV(B) | 22.53º | 0.96% | 1% | - |
| XYZ | 46.05 | 30.78 | 3.8 | - |
| YUV | 137.26 | 56.19 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 10 | 0 | 0.6 | 0.96 | 0 | 22.53 | 1 | 0.52 |
| Hex | FF | 66 | A | 0 | 3C | 60 | 0 | 17 | 64 | 34 |
| Octal | 377 | 146 | 12 | 0 | 74 | 140 | 0 | 27 | 144 | 64 |
| Binary | 11111111 | 1100110 | 1010 | 0 | 111100 | 1100000 | 0 | 10111 | 1100100 | 110100 |
Color Harmonies of #FF660A
Complementary color
Monochromatic Colors of #FF660A
Black with #FF660A
Text Example
Text Example
White with #FF660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF660A; }
p { color: rgb(255,102,10); }
H1.HeaderClassName
{
color: #FF660A;
}
.AnyTagClassName
{
color: #FF660A;
}
</style>
background-color css
<style>
a { background-color: #FF660A; }
a { background-color: rgb(255,102,10); }
div.DivClassName
{
background-color: #FF660A;
}
.BgClassName
{
background-color: #FF660A;
}
</style>
border-color css
<style>
span { border-color: #FF660A; }
span { border-color: rgb(255,102,10); }
td.TdClassName
{
border-color: #FF660A;
}
.TagClassName
{
border-color: #FF660A;
}
</style>