Shades of Orange Peel #FD9D0C
Tints of Orange Peel #FD9D0C
RGB
CMYK
RGB Variations
Color information
#FD9D0C (or 0xFD9D0C) is known color: Orange Peel. HEX triplet: FD, 9D and 0C. RGB value is (253,157,12). Sum of RGB (Red+Green+Blue) = 253+157+12=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9D0C is #0262F3. Grayscale: #A9A9A9. Windows color (decimal): -156404 or 826877. OLE color: 826877.
HSL color Cylindrical-coordinate representation of color #FD9D0C: hue angle of 36.1º 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 #FD9D0C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 157 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.01 |
| HSL | 36.1º | 0.98% | 0.52% | - |
| HSV(B) | 36.1º | 0.95% | 0.99% | - |
| XYZ | 52.63 | 45.02 | 6.26 | - |
| YUV | 169.17 | 39.3 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 157 | 12 | 0 | 0.38 | 0.95 | 0.01 | 36.1 | 0.98 | 0.52 |
| Hex | FD | 9D | C | 0 | 26 | 5F | 1 | 24 | 62 | 34 |
| Octal | 375 | 235 | 14 | 0 | 46 | 137 | 1 | 44 | 142 | 64 |
| Binary | 11111101 | 10011101 | 1100 | 0 | 100110 | 1011111 | 1 | 100100 | 1100010 | 110100 |
Color Harmonies of #FD9D0C
Complementary color
Monochromatic Colors of #FD9D0C
Black with #FD9D0C
Text Example
Text Example
White with #FD9D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9D0C; }
p { color: rgb(253,157,12); }
H1.HeaderClassName
{
color: #FD9D0C;
}
.AnyTagClassName
{
color: #FD9D0C;
}
</style>
background-color css
<style>
a { background-color: #FD9D0C; }
a { background-color: rgb(253,157,12); }
div.DivClassName
{
background-color: #FD9D0C;
}
.BgClassName
{
background-color: #FD9D0C;
}
</style>
border-color css
<style>
span { border-color: #FD9D0C; }
span { border-color: rgb(253,157,12); }
td.TdClassName
{
border-color: #FD9D0C;
}
.TagClassName
{
border-color: #FD9D0C;
}
</style>