Shades of Safety Orange #FD5E0C
Tints of Safety Orange #FD5E0C
RGB
CMYK
RGB Variations
Color information
#FD5E0C (or 0xFD5E0C) is known color: Safety Orange. HEX triplet: FD, 5E and 0C. RGB value is (253,94,12). Sum of RGB (Red+Green+Blue) = 253+94+12=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5E0C is #02A1F3. Grayscale: #848484. Windows color (decimal): -172532 or 810749. OLE color: 810749.
HSL color Cylindrical-coordinate representation of color #FD5E0C: hue angle of 20.41º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD5E0C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.01 |
| HSL | 20.41º | 0.98% | 0.52% | - |
| HSV(B) | 20.41º | 0.95% | 0.99% | - |
| XYZ | 44.58 | 28.91 | 3.58 | - |
| YUV | 132.19 | 60.18 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 12 | 0 | 0.63 | 0.95 | 0.01 | 20.41 | 0.98 | 0.52 |
| Hex | FD | 5E | C | 0 | 3F | 5F | 1 | 14 | 62 | 34 |
| Octal | 375 | 136 | 14 | 0 | 77 | 137 | 1 | 24 | 142 | 64 |
| Binary | 11111101 | 1011110 | 1100 | 0 | 111111 | 1011111 | 1 | 10100 | 1100010 | 110100 |
Color Harmonies of #FD5E0C
Complementary color
Monochromatic Colors of #FD5E0C
Black with #FD5E0C
Text Example
Text Example
White with #FD5E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5E0C; }
p { color: rgb(253,94,12); }
H1.HeaderClassName
{
color: #FD5E0C;
}
.AnyTagClassName
{
color: #FD5E0C;
}
</style>
background-color css
<style>
a { background-color: #FD5E0C; }
a { background-color: rgb(253,94,12); }
div.DivClassName
{
background-color: #FD5E0C;
}
.BgClassName
{
background-color: #FD5E0C;
}
</style>
border-color css
<style>
span { border-color: #FD5E0C; }
span { border-color: rgb(253,94,12); }
td.TdClassName
{
border-color: #FD5E0C;
}
.TagClassName
{
border-color: #FD5E0C;
}
</style>