Shades of Orange Peel #FD9A00
Tints of Orange Peel #FD9A00
RGB
CMYK
RGB Variations
Color information
#FD9A00 (or 0xFD9A00) is known color: Orange Peel. HEX triplet: FD, 9A and 00. RGB value is (253,154,0). Sum of RGB (Red+Green+Blue) = 253+154+0=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9A00 is #0265FF. Grayscale: #A6A6A6. Windows color (decimal): -157184 or 39677. OLE color: 39677.
HSL color Cylindrical-coordinate representation of color #FD9A00: hue angle of 36.52º 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 #FD9A00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.01 |
| HSL | 36.52º | 1% | 0.5% | - |
| HSV(B) | 36.52º | 1% | 0.99% | - |
| XYZ | 52.06 | 43.99 | 5.75 | - |
| YUV | 166.05 | 34.3 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 0 | 0 | 0.39 | 1 | 0.01 | 36.52 | 1 | 0.5 |
| Hex | FD | 9A | 0 | 0 | 27 | 64 | 1 | 25 | 64 | 32 |
| Octal | 375 | 232 | 0 | 0 | 47 | 144 | 1 | 45 | 144 | 62 |
| Binary | 11111101 | 10011010 | 0 | 0 | 100111 | 1100100 | 1 | 100101 | 1100100 | 110010 |
Color Harmonies of #FD9A00
Complementary color
Monochromatic Colors of #FD9A00
Black with #FD9A00
Text Example
Text Example
White with #FD9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A00; }
p { color: rgb(253,154,0); }
H1.HeaderClassName
{
color: #FD9A00;
}
.AnyTagClassName
{
color: #FD9A00;
}
</style>
background-color css
<style>
a { background-color: #FD9A00; }
a { background-color: rgb(253,154,0); }
div.DivClassName
{
background-color: #FD9A00;
}
.BgClassName
{
background-color: #FD9A00;
}
</style>
border-color css
<style>
span { border-color: #FD9A00; }
span { border-color: rgb(253,154,0); }
td.TdClassName
{
border-color: #FD9A00;
}
.TagClassName
{
border-color: #FD9A00;
}
</style>