Shades of Safety Orange #FF640D
Tints of Safety Orange #FF640D
RGB
CMYK
RGB Variations
Color information
#FF640D (or 0xFF640D) is known color: Safety Orange. HEX triplet: FF, 64 and 0D. RGB value is (255,100,13). Sum of RGB (Red+Green+Blue) = 255+100+13=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF640D is #009BF2. Grayscale: #888888. Windows color (decimal): -39923 or 877823. OLE color: 877823.
HSL color Cylindrical-coordinate representation of color #FF640D: hue angle of 21.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF640D is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 13 | - |
| CMYK | 0 | 0.61 | 0.95 | 0 |
| HSL | 21.57º | 1% | 0.53% | - |
| HSV(B) | 21.57º | 0.95% | 1% | - |
| XYZ | 45.87 | 30.4 | 3.83 | - |
| YUV | 136.43 | 58.35 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 13 | 0 | 0.61 | 0.95 | 0 | 21.57 | 1 | 0.53 |
| Hex | FF | 64 | D | 0 | 3D | 5F | 0 | 16 | 64 | 35 |
| Octal | 377 | 144 | 15 | 0 | 75 | 137 | 0 | 26 | 144 | 65 |
| Binary | 11111111 | 1100100 | 1101 | 0 | 111101 | 1011111 | 0 | 10110 | 1100100 | 110101 |
Color Harmonies of #FF640D
Complementary color
Monochromatic Colors of #FF640D
Black with #FF640D
Text Example
Text Example
White with #FF640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF640D; }
p { color: rgb(255,100,13); }
H1.HeaderClassName
{
color: #FF640D;
}
.AnyTagClassName
{
color: #FF640D;
}
</style>
background-color css
<style>
a { background-color: #FF640D; }
a { background-color: rgb(255,100,13); }
div.DivClassName
{
background-color: #FF640D;
}
.BgClassName
{
background-color: #FF640D;
}
</style>
border-color css
<style>
span { border-color: #FF640D; }
span { border-color: rgb(255,100,13); }
td.TdClassName
{
border-color: #FF640D;
}
.TagClassName
{
border-color: #FF640D;
}
</style>