Shades of Safety Orange #F4630D
Tints of Safety Orange #F4630D
RGB
CMYK
RGB Variations
Color information
#F4630D (or 0xF4630D) is known color: Safety Orange. HEX triplet: F4, 63 and 0D. RGB value is (244,99,13). Sum of RGB (Red+Green+Blue) = 244+99+13=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4630D is #0B9CF2. Grayscale: #858585. Windows color (decimal): -761075 or 877556. OLE color: 877556.
HSL color Cylindrical-coordinate representation of color #F4630D: hue angle of 22.34º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4630D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 99 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.04 |
| HSL | 22.34º | 0.91% | 0.5% | - |
| HSV(B) | 22.34º | 0.95% | 0.96% | - |
| XYZ | 41.84 | 28.19 | 3.62 | - |
| YUV | 132.55 | 60.54 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 99 | 13 | 0 | 0.59 | 0.95 | 0.04 | 22.34 | 0.91 | 0.5 |
| Hex | F4 | 63 | D | 0 | 3B | 5F | 4 | 16 | 5B | 32 |
| Octal | 364 | 143 | 15 | 0 | 73 | 137 | 4 | 26 | 133 | 62 |
| Binary | 11110100 | 1100011 | 1101 | 0 | 111011 | 1011111 | 100 | 10110 | 1011011 | 110010 |
Color Harmonies of #F4630D
Complementary color
Monochromatic Colors of #F4630D
Black with #F4630D
Text Example
Text Example
White with #F4630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4630D; }
p { color: rgb(244,99,13); }
H1.HeaderClassName
{
color: #F4630D;
}
.AnyTagClassName
{
color: #F4630D;
}
</style>
background-color css
<style>
a { background-color: #F4630D; }
a { background-color: rgb(244,99,13); }
div.DivClassName
{
background-color: #F4630D;
}
.BgClassName
{
background-color: #F4630D;
}
</style>
border-color css
<style>
span { border-color: #F4630D; }
span { border-color: rgb(244,99,13); }
td.TdClassName
{
border-color: #F4630D;
}
.TagClassName
{
border-color: #F4630D;
}
</style>