Shades of Orange Peel #FA9D07
Tints of Orange Peel #FA9D07
RGB
CMYK
RGB Variations
Color information
#FA9D07 (or 0xFA9D07) is known color: Orange Peel. HEX triplet: FA, 9D and 07. RGB value is (250,157,7). Sum of RGB (Red+Green+Blue) = 250+157+7=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9D07 is #0562F8. Grayscale: #A8A8A8. Windows color (decimal): -353017 or 499194. OLE color: 499194.
HSL color Cylindrical-coordinate representation of color #FA9D07: hue angle of 37.04º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA9D07 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.02 |
| HSL | 37.04º | 0.96% | 0.5% | - |
| HSV(B) | 37.04º | 0.97% | 0.98% | - |
| XYZ | 51.52 | 44.45 | 6.07 | - |
| YUV | 167.71 | 37.31 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 7 | 0 | 0.37 | 0.97 | 0.02 | 37.04 | 0.96 | 0.5 |
| Hex | FA | 9D | 7 | 0 | 25 | 61 | 2 | 25 | 60 | 32 |
| Octal | 372 | 235 | 7 | 0 | 45 | 141 | 2 | 45 | 140 | 62 |
| Binary | 11111010 | 10011101 | 111 | 0 | 100101 | 1100001 | 10 | 100101 | 1100000 | 110010 |
Color Harmonies of #FA9D07
Complementary color
Monochromatic Colors of #FA9D07
Black with #FA9D07
Text Example
Text Example
White with #FA9D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D07; }
p { color: rgb(250,157,7); }
H1.HeaderClassName
{
color: #FA9D07;
}
.AnyTagClassName
{
color: #FA9D07;
}
</style>
background-color css
<style>
a { background-color: #FA9D07; }
a { background-color: rgb(250,157,7); }
div.DivClassName
{
background-color: #FA9D07;
}
.BgClassName
{
background-color: #FA9D07;
}
</style>
border-color css
<style>
span { border-color: #FA9D07; }
span { border-color: rgb(250,157,7); }
td.TdClassName
{
border-color: #FA9D07;
}
.TagClassName
{
border-color: #FA9D07;
}
</style>