Shades of Safety Orange #F3640D
Tints of Safety Orange #F3640D
RGB
CMYK
RGB Variations
Color information
#F3640D (or 0xF3640D) is known color: Safety Orange. HEX triplet: F3, 64 and 0D. RGB value is (243,100,13). Sum of RGB (Red+Green+Blue) = 243+100+13=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F3640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3640D is #0C9BF2. Grayscale: #858585. Windows color (decimal): -826355 or 877811. OLE color: 877811.
HSL color Cylindrical-coordinate representation of color #F3640D: hue angle of 22.7º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3640D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.05 |
| HSL | 22.7º | 0.91% | 0.5% | - |
| HSV(B) | 22.7º | 0.95% | 0.95% | - |
| XYZ | 41.59 | 28.2 | 3.63 | - |
| YUV | 132.84 | 60.38 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 13 | 0 | 0.59 | 0.95 | 0.05 | 22.7 | 0.91 | 0.5 |
| Hex | F3 | 64 | D | 0 | 3B | 5F | 5 | 17 | 5B | 32 |
| Octal | 363 | 144 | 15 | 0 | 73 | 137 | 5 | 27 | 133 | 62 |
| Binary | 11110011 | 1100100 | 1101 | 0 | 111011 | 1011111 | 101 | 10111 | 1011011 | 110010 |
Color Harmonies of #F3640D
Complementary color
Monochromatic Colors of #F3640D
Black with #F3640D
Text Example
Text Example
White with #F3640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3640D; }
p { color: rgb(243,100,13); }
H1.HeaderClassName
{
color: #F3640D;
}
.AnyTagClassName
{
color: #F3640D;
}
</style>
background-color css
<style>
a { background-color: #F3640D; }
a { background-color: rgb(243,100,13); }
div.DivClassName
{
background-color: #F3640D;
}
.BgClassName
{
background-color: #F3640D;
}
</style>
border-color css
<style>
span { border-color: #F3640D; }
span { border-color: rgb(243,100,13); }
td.TdClassName
{
border-color: #F3640D;
}
.TagClassName
{
border-color: #F3640D;
}
</style>