Shades of Safety Orange #FF610C
Tints of Safety Orange #FF610C
RGB
CMYK
RGB Variations
Color information
#FF610C (or 0xFF610C) is known color: Safety Orange. HEX triplet: FF, 61 and 0C. RGB value is (255,97,12). Sum of RGB (Red+Green+Blue) = 255+97+12=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF610C is #009EF3. Grayscale: #878787. Windows color (decimal): -40692 or 811519. OLE color: 811519.
HSL color Cylindrical-coordinate representation of color #FF610C: hue angle of 20.99º 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 #FF610C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0 |
| HSL | 20.99º | 1% | 0.52% | - |
| HSV(B) | 20.99º | 0.95% | 1% | - |
| XYZ | 45.58 | 29.84 | 3.7 | - |
| YUV | 134.55 | 58.85 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 12 | 0 | 0.62 | 0.95 | 0 | 20.99 | 1 | 0.52 |
| Hex | FF | 61 | C | 0 | 3E | 5F | 0 | 15 | 64 | 34 |
| Octal | 377 | 141 | 14 | 0 | 76 | 137 | 0 | 25 | 144 | 64 |
| Binary | 11111111 | 1100001 | 1100 | 0 | 111110 | 1011111 | 0 | 10101 | 1100100 | 110100 |
Color Harmonies of #FF610C
Complementary color
Monochromatic Colors of #FF610C
Black with #FF610C
Text Example
Text Example
White with #FF610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF610C; }
p { color: rgb(255,97,12); }
H1.HeaderClassName
{
color: #FF610C;
}
.AnyTagClassName
{
color: #FF610C;
}
</style>
background-color css
<style>
a { background-color: #FF610C; }
a { background-color: rgb(255,97,12); }
div.DivClassName
{
background-color: #FF610C;
}
.BgClassName
{
background-color: #FF610C;
}
</style>
border-color css
<style>
span { border-color: #FF610C; }
span { border-color: rgb(255,97,12); }
td.TdClassName
{
border-color: #FF610C;
}
.TagClassName
{
border-color: #FF610C;
}
</style>