Shades of Orange Peel #FD9F07
Tints of Orange Peel #FD9F07
RGB
CMYK
RGB Variations
Color information
#FD9F07 (or 0xFD9F07) is known color: Orange Peel. HEX triplet: FD, 9F and 07. RGB value is (253,159,7). Sum of RGB (Red+Green+Blue) = 253+159+7=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9F07 is #0260F8. Grayscale: #AAAAAA. Windows color (decimal): -155897 or 499709. OLE color: 499709.
HSL color Cylindrical-coordinate representation of color #FD9F07: hue angle of 37.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD9F07 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 159 | 7 | - |
CMYK | 0 | 0.37 | 0.97 | 0.01 |
HSL | 37.07º | 0.98% | 0.51% | - |
HSV(B) | 37.07º | 0.97% | 0.99% | - |
XYZ | 52.94 | 45.69 | 6.23 | - |
YUV | 169.78 | 36.14 | 187.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 159 | 7 | 0 | 0.37 | 0.97 | 0.01 | 37.07 | 0.98 | 0.51 |
Hex | FD | 9F | 7 | 0 | 25 | 61 | 1 | 25 | 62 | 33 |
Octal | 375 | 237 | 7 | 0 | 45 | 141 | 1 | 45 | 142 | 63 |
Binary | 11111101 | 10011111 | 111 | 0 | 100101 | 1100001 | 1 | 100101 | 1100010 | 110011 |
Color Harmonies of #FD9F07
Complementary color
Monochromatic Colors of #FD9F07
Black with #FD9F07
Text Example
Text Example
White with #FD9F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9F07; }
p { color: rgb(253,159,7); }
H1.HeaderClassName
{
color: #FD9F07;
}
.AnyTagClassName
{
color: #FD9F07;
}
</style>
background-color css
<style>
a { background-color: #FD9F07; }
a { background-color: rgb(253,159,7); }
div.DivClassName
{
background-color: #FD9F07;
}
.BgClassName
{
background-color: #FD9F07;
}
</style>
border-color css
<style>
span { border-color: #FD9F07; }
span { border-color: rgb(253,159,7); }
td.TdClassName
{
border-color: #FD9F07;
}
.TagClassName
{
border-color: #FD9F07;
}
</style>