Shades of Safety Orange #F3640A
Tints of Safety Orange #F3640A
RGB
CMYK
RGB Variations
Color information
#F3640A (or 0xF3640A) is known color: Safety Orange. HEX triplet: F3, 64 and 0A. RGB value is (243,100,10). Sum of RGB (Red+Green+Blue) = 243+100+10=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3640A is #0C9BF5. Grayscale: #848484. Windows color (decimal): -826358 or 681203. OLE color: 681203.
HSL color Cylindrical-coordinate representation of color #F3640A: hue angle of 23.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3640A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.05 |
| HSL | 23.18º | 0.92% | 0.5% | - |
| HSV(B) | 23.18º | 0.96% | 0.95% | - |
| XYZ | 41.57 | 28.19 | 3.54 | - |
| YUV | 132.5 | 58.88 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 10 | 0 | 0.59 | 0.96 | 0.05 | 23.18 | 0.92 | 0.5 |
| Hex | F3 | 64 | A | 0 | 3B | 60 | 5 | 17 | 5C | 32 |
| Octal | 363 | 144 | 12 | 0 | 73 | 140 | 5 | 27 | 134 | 62 |
| Binary | 11110011 | 1100100 | 1010 | 0 | 111011 | 1100000 | 101 | 10111 | 1011100 | 110010 |
Color Harmonies of #F3640A
Complementary color
Monochromatic Colors of #F3640A
Black with #F3640A
Text Example
Text Example
White with #F3640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3640A; }
p { color: rgb(243,100,10); }
H1.HeaderClassName
{
color: #F3640A;
}
.AnyTagClassName
{
color: #F3640A;
}
</style>
background-color css
<style>
a { background-color: #F3640A; }
a { background-color: rgb(243,100,10); }
div.DivClassName
{
background-color: #F3640A;
}
.BgClassName
{
background-color: #F3640A;
}
</style>
border-color css
<style>
span { border-color: #F3640A; }
span { border-color: rgb(243,100,10); }
td.TdClassName
{
border-color: #F3640A;
}
.TagClassName
{
border-color: #F3640A;
}
</style>