Shades of Orange Peel #FD990C
Tints of Orange Peel #FD990C
RGB
CMYK
RGB Variations
Color information
#FD990C (or 0xFD990C) is known color: Orange Peel. HEX triplet: FD, 99 and 0C. RGB value is (253,153,12). Sum of RGB (Red+Green+Blue) = 253+153+12=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD990C is #0266F3. Grayscale: #A7A7A7. Windows color (decimal): -157428 or 825853. OLE color: 825853.
HSL color Cylindrical-coordinate representation of color #FD990C: hue angle of 35.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 #FD990C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.01 |
| HSL | 35.1º | 0.98% | 0.52% | - |
| HSV(B) | 35.1º | 0.95% | 0.99% | - |
| XYZ | 51.97 | 43.69 | 6.04 | - |
| YUV | 166.83 | 40.63 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 12 | 0 | 0.40 | 0.95 | 0.01 | 35.1 | 0.98 | 0.52 |
| Hex | FD | 99 | C | 0 | 28 | 5F | 1 | 23 | 62 | 34 |
| Octal | 375 | 231 | 14 | 0 | 50 | 137 | 1 | 43 | 142 | 64 |
| Binary | 11111101 | 10011001 | 1100 | 0 | 101000 | 1011111 | 1 | 100011 | 1100010 | 110100 |
Color Harmonies of #FD990C
Complementary color
Monochromatic Colors of #FD990C
Black with #FD990C
Text Example
Text Example
White with #FD990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD990C; }
p { color: rgb(253,153,12); }
H1.HeaderClassName
{
color: #FD990C;
}
.AnyTagClassName
{
color: #FD990C;
}
</style>
background-color css
<style>
a { background-color: #FD990C; }
a { background-color: rgb(253,153,12); }
div.DivClassName
{
background-color: #FD990C;
}
.BgClassName
{
background-color: #FD990C;
}
</style>
border-color css
<style>
span { border-color: #FD990C; }
span { border-color: rgb(253,153,12); }
td.TdClassName
{
border-color: #FD990C;
}
.TagClassName
{
border-color: #FD990C;
}
</style>