Shades of Safety Orange #FD6D0C
Tints of Safety Orange #FD6D0C
RGB
CMYK
RGB Variations
Color information
#FD6D0C (or 0xFD6D0C) is known color: Safety Orange. HEX triplet: FD, 6D and 0C. RGB value is (253,109,12). Sum of RGB (Red+Green+Blue) = 253+109+12=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6D0C is #0292F3. Grayscale: #8D8D8D. Windows color (decimal): -168692 or 814589. OLE color: 814589.
HSL color Cylindrical-coordinate representation of color #FD6D0C: hue angle of 24.15º 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 #FD6D0C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.01 |
| HSL | 24.15º | 0.98% | 0.52% | - |
| HSV(B) | 24.15º | 0.95% | 0.99% | - |
| XYZ | 46.04 | 31.85 | 4.07 | - |
| YUV | 141 | 55.21 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 12 | 0 | 0.57 | 0.95 | 0.01 | 24.15 | 0.98 | 0.52 |
| Hex | FD | 6D | C | 0 | 39 | 5F | 1 | 18 | 62 | 34 |
| Octal | 375 | 155 | 14 | 0 | 71 | 137 | 1 | 30 | 142 | 64 |
| Binary | 11111101 | 1101101 | 1100 | 0 | 111001 | 1011111 | 1 | 11000 | 1100010 | 110100 |
Color Harmonies of #FD6D0C
Complementary color
Monochromatic Colors of #FD6D0C
Black with #FD6D0C
Text Example
Text Example
White with #FD6D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D0C; }
p { color: rgb(253,109,12); }
H1.HeaderClassName
{
color: #FD6D0C;
}
.AnyTagClassName
{
color: #FD6D0C;
}
</style>
background-color css
<style>
a { background-color: #FD6D0C; }
a { background-color: rgb(253,109,12); }
div.DivClassName
{
background-color: #FD6D0C;
}
.BgClassName
{
background-color: #FD6D0C;
}
</style>
border-color css
<style>
span { border-color: #FD6D0C; }
span { border-color: rgb(253,109,12); }
td.TdClassName
{
border-color: #FD6D0C;
}
.TagClassName
{
border-color: #FD6D0C;
}
</style>