Shades of Safety Orange #F6640D
Tints of Safety Orange #F6640D
RGB
CMYK
RGB Variations
Color information
#F6640D (or 0xF6640D) is known color: Safety Orange. HEX triplet: F6, 64 and 0D. RGB value is (246,100,13). Sum of RGB (Red+Green+Blue) = 246+100+13=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6640D is #099BF2. Grayscale: #868686. Windows color (decimal): -629747 or 877814. OLE color: 877814.
HSL color Cylindrical-coordinate representation of color #F6640D: hue angle of 22.4º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6640D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.04 |
| HSL | 22.4º | 0.93% | 0.51% | - |
| HSV(B) | 22.4º | 0.95% | 0.96% | - |
| XYZ | 42.64 | 28.74 | 3.68 | - |
| YUV | 133.74 | 59.87 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 13 | 0 | 0.59 | 0.95 | 0.04 | 22.4 | 0.93 | 0.51 |
| Hex | F6 | 64 | D | 0 | 3B | 5F | 4 | 16 | 5D | 33 |
| Octal | 366 | 144 | 15 | 0 | 73 | 137 | 4 | 26 | 135 | 63 |
| Binary | 11110110 | 1100100 | 1101 | 0 | 111011 | 1011111 | 100 | 10110 | 1011101 | 110011 |
Color Harmonies of #F6640D
Complementary color
Monochromatic Colors of #F6640D
Black with #F6640D
Text Example
Text Example
White with #F6640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6640D; }
p { color: rgb(246,100,13); }
H1.HeaderClassName
{
color: #F6640D;
}
.AnyTagClassName
{
color: #F6640D;
}
</style>
background-color css
<style>
a { background-color: #F6640D; }
a { background-color: rgb(246,100,13); }
div.DivClassName
{
background-color: #F6640D;
}
.BgClassName
{
background-color: #F6640D;
}
</style>
border-color css
<style>
span { border-color: #F6640D; }
span { border-color: rgb(246,100,13); }
td.TdClassName
{
border-color: #F6640D;
}
.TagClassName
{
border-color: #F6640D;
}
</style>