Shades of Safety Orange #FD6700
Tints of Safety Orange #FD6700
RGB
CMYK
RGB Variations
Color information
#FD6700 (or 0xFD6700) is known color: Safety Orange. HEX triplet: FD, 67 and 00. RGB value is (253,103,0). Sum of RGB (Red+Green+Blue) = 253+103+0=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6700 is #0298FF. Grayscale: #888888. Windows color (decimal): -170240 or 26621. OLE color: 26621.
HSL color Cylindrical-coordinate representation of color #FD6700: hue angle of 24.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD6700 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.01 |
| HSL | 24.43º | 1% | 0.5% | - |
| HSV(B) | 24.43º | 1% | 0.99% | - |
| XYZ | 45.36 | 30.58 | 3.51 | - |
| YUV | 136.11 | 51.2 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 0 | 0 | 0.59 | 1 | 0.01 | 24.43 | 1 | 0.5 |
| Hex | FD | 67 | 0 | 0 | 3B | 64 | 1 | 18 | 64 | 32 |
| Octal | 375 | 147 | 0 | 0 | 73 | 144 | 1 | 30 | 144 | 62 |
| Binary | 11111101 | 1100111 | 0 | 0 | 111011 | 1100100 | 1 | 11000 | 1100100 | 110010 |
Color Harmonies of #FD6700
Complementary color
Monochromatic Colors of #FD6700
Black with #FD6700
Text Example
Text Example
White with #FD6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6700; }
p { color: rgb(253,103,0); }
H1.HeaderClassName
{
color: #FD6700;
}
.AnyTagClassName
{
color: #FD6700;
}
</style>
background-color css
<style>
a { background-color: #FD6700; }
a { background-color: rgb(253,103,0); }
div.DivClassName
{
background-color: #FD6700;
}
.BgClassName
{
background-color: #FD6700;
}
</style>
border-color css
<style>
span { border-color: #FD6700; }
span { border-color: rgb(253,103,0); }
td.TdClassName
{
border-color: #FD6700;
}
.TagClassName
{
border-color: #FD6700;
}
</style>