Shades of Safety Orange #FF6C00
Tints of Safety Orange #FF6C00
RGB
CMYK
RGB Variations
Color information
#FF6C00 (or 0xFF6C00) is known color: Safety Orange. HEX triplet: FF, 6C and 00. RGB value is (255,108,0). Sum of RGB (Red+Green+Blue) = 255+108+0=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6C00 is #0093FF. Grayscale: #8C8C8C. Windows color (decimal): -37888 or 27903. OLE color: 27903.
HSL color Cylindrical-coordinate representation of color #FF6C00: hue angle of 25.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF6C00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0 |
| HSL | 25.41º | 1% | 0.5% | - |
| HSV(B) | 25.41º | 1% | 1% | - |
| XYZ | 46.6 | 31.99 | 3.72 | - |
| YUV | 139.64 | 49.2 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 0 | 0 | 0.58 | 1 | 0 | 25.41 | 1 | 0.5 |
| Hex | FF | 6C | 0 | 0 | 3A | 64 | 0 | 19 | 64 | 32 |
| Octal | 377 | 154 | 0 | 0 | 72 | 144 | 0 | 31 | 144 | 62 |
| Binary | 11111111 | 1101100 | 0 | 0 | 111010 | 1100100 | 0 | 11001 | 1100100 | 110010 |
Color Harmonies of #FF6C00
Complementary color
Monochromatic Colors of #FF6C00
Black with #FF6C00
Text Example
Text Example
White with #FF6C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C00; }
p { color: rgb(255,108,0); }
H1.HeaderClassName
{
color: #FF6C00;
}
.AnyTagClassName
{
color: #FF6C00;
}
</style>
background-color css
<style>
a { background-color: #FF6C00; }
a { background-color: rgb(255,108,0); }
div.DivClassName
{
background-color: #FF6C00;
}
.BgClassName
{
background-color: #FF6C00;
}
</style>
border-color css
<style>
span { border-color: #FF6C00; }
span { border-color: rgb(255,108,0); }
td.TdClassName
{
border-color: #FF6C00;
}
.TagClassName
{
border-color: #FF6C00;
}
</style>