Shades of Safety Orange #FF640A
Tints of Safety Orange #FF640A
RGB
CMYK
RGB Variations
Color information
#FF640A (or 0xFF640A) is known color: Safety Orange. HEX triplet: FF, 64 and 0A. RGB value is (255,100,10). Sum of RGB (Red+Green+Blue) = 255+100+10=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF640A is #009BF5. Grayscale: #888888. Windows color (decimal): -39926 or 681215. OLE color: 681215.
HSL color Cylindrical-coordinate representation of color #FF640A: hue angle of 22.04º 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 #FF640A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0 |
| HSL | 22.04º | 1% | 0.52% | - |
| HSV(B) | 22.04º | 0.96% | 1% | - |
| XYZ | 45.85 | 30.4 | 3.74 | - |
| YUV | 136.09 | 56.85 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 10 | 0 | 0.61 | 0.96 | 0 | 22.04 | 1 | 0.52 |
| Hex | FF | 64 | A | 0 | 3D | 60 | 0 | 16 | 64 | 34 |
| Octal | 377 | 144 | 12 | 0 | 75 | 140 | 0 | 26 | 144 | 64 |
| Binary | 11111111 | 1100100 | 1010 | 0 | 111101 | 1100000 | 0 | 10110 | 1100100 | 110100 |
Color Harmonies of #FF640A
Complementary color
Monochromatic Colors of #FF640A
Black with #FF640A
Text Example
Text Example
White with #FF640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF640A; }
p { color: rgb(255,100,10); }
H1.HeaderClassName
{
color: #FF640A;
}
.AnyTagClassName
{
color: #FF640A;
}
</style>
background-color css
<style>
a { background-color: #FF640A; }
a { background-color: rgb(255,100,10); }
div.DivClassName
{
background-color: #FF640A;
}
.BgClassName
{
background-color: #FF640A;
}
</style>
border-color css
<style>
span { border-color: #FF640A; }
span { border-color: rgb(255,100,10); }
td.TdClassName
{
border-color: #FF640A;
}
.TagClassName
{
border-color: #FF640A;
}
</style>