Shades of Safety Orange #FF660C
Tints of Safety Orange #FF660C
RGB
CMYK
RGB Variations
Color information
#FF660C (or 0xFF660C) is known color: Safety Orange. HEX triplet: FF, 66 and 0C. RGB value is (255,102,12). Sum of RGB (Red+Green+Blue) = 255+102+12=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF660C is #0099F3. Grayscale: #8A8A8A. Windows color (decimal): -39412 or 812799. OLE color: 812799.
HSL color Cylindrical-coordinate representation of color #FF660C: hue angle of 22.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF660C is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 12 | - |
| CMYK | 0 | 0.6 | 0.95 | 0 |
| HSL | 22.22º | 1% | 0.52% | - |
| HSV(B) | 22.22º | 0.95% | 1% | - |
| XYZ | 46.06 | 30.79 | 3.86 | - |
| YUV | 137.49 | 57.19 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 12 | 0 | 0.6 | 0.95 | 0 | 22.22 | 1 | 0.52 |
| Hex | FF | 66 | C | 0 | 3C | 5F | 0 | 16 | 64 | 34 |
| Octal | 377 | 146 | 14 | 0 | 74 | 137 | 0 | 26 | 144 | 64 |
| Binary | 11111111 | 1100110 | 1100 | 0 | 111100 | 1011111 | 0 | 10110 | 1100100 | 110100 |
Color Harmonies of #FF660C
Complementary color
Monochromatic Colors of #FF660C
Black with #FF660C
Text Example
Text Example
White with #FF660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF660C; }
p { color: rgb(255,102,12); }
H1.HeaderClassName
{
color: #FF660C;
}
.AnyTagClassName
{
color: #FF660C;
}
</style>
background-color css
<style>
a { background-color: #FF660C; }
a { background-color: rgb(255,102,12); }
div.DivClassName
{
background-color: #FF660C;
}
.BgClassName
{
background-color: #FF660C;
}
</style>
border-color css
<style>
span { border-color: #FF660C; }
span { border-color: rgb(255,102,12); }
td.TdClassName
{
border-color: #FF660C;
}
.TagClassName
{
border-color: #FF660C;
}
</style>