Shades of Safety Orange #FF610A
Tints of Safety Orange #FF610A
RGB
CMYK
RGB Variations
Color information
#FF610A (or 0xFF610A) is known color: Safety Orange. HEX triplet: FF, 61 and 0A. RGB value is (255,97,10). Sum of RGB (Red+Green+Blue) = 255+97+10=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF610A is #009EF5. Grayscale: #868686. Windows color (decimal): -40694 or 680447. OLE color: 680447.
HSL color Cylindrical-coordinate representation of color #FF610A: hue angle of 21.31º 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 #FF610A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0 |
| HSL | 21.31º | 1% | 0.52% | - |
| HSV(B) | 21.31º | 0.96% | 1% | - |
| XYZ | 45.57 | 29.83 | 3.64 | - |
| YUV | 134.32 | 57.85 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 10 | 0 | 0.62 | 0.96 | 0 | 21.31 | 1 | 0.52 |
| Hex | FF | 61 | A | 0 | 3E | 60 | 0 | 15 | 64 | 34 |
| Octal | 377 | 141 | 12 | 0 | 76 | 140 | 0 | 25 | 144 | 64 |
| Binary | 11111111 | 1100001 | 1010 | 0 | 111110 | 1100000 | 0 | 10101 | 1100100 | 110100 |
Color Harmonies of #FF610A
Complementary color
Monochromatic Colors of #FF610A
Black with #FF610A
Text Example
Text Example
White with #FF610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF610A; }
p { color: rgb(255,97,10); }
H1.HeaderClassName
{
color: #FF610A;
}
.AnyTagClassName
{
color: #FF610A;
}
</style>
background-color css
<style>
a { background-color: #FF610A; }
a { background-color: rgb(255,97,10); }
div.DivClassName
{
background-color: #FF610A;
}
.BgClassName
{
background-color: #FF610A;
}
</style>
border-color css
<style>
span { border-color: #FF610A; }
span { border-color: rgb(255,97,10); }
td.TdClassName
{
border-color: #FF610A;
}
.TagClassName
{
border-color: #FF610A;
}
</style>