Shades of Orange Peel #FA9901
Tints of Orange Peel #FA9901
RGB
CMYK
RGB Variations
Color information
#FA9901 (or 0xFA9901) is known color: Orange Peel. HEX triplet: FA, 99 and 01. RGB value is (250,153,1). Sum of RGB (Red+Green+Blue) = 250+153+1=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9901 is #0566FE. Grayscale: #A5A5A5. Windows color (decimal): -354047 or 104954. OLE color: 104954.
HSL color Cylindrical-coordinate representation of color #FA9901: hue angle of 36.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA9901 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.02 |
| HSL | 36.63º | 0.99% | 0.49% | - |
| HSV(B) | 36.63º | 1% | 0.98% | - |
| XYZ | 50.82 | 43.11 | 5.67 | - |
| YUV | 164.68 | 35.64 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 1 | 0 | 0.39 | 1.00 | 0.02 | 36.63 | 0.99 | 0.49 |
| Hex | FA | 99 | 1 | 0 | 27 | 64 | 2 | 25 | 63 | 31 |
| Octal | 372 | 231 | 1 | 0 | 47 | 144 | 2 | 45 | 143 | 61 |
| Binary | 11111010 | 10011001 | 1 | 0 | 100111 | 1100100 | 10 | 100101 | 1100011 | 110001 |
Color Harmonies of #FA9901
Complementary color
Monochromatic Colors of #FA9901
Black with #FA9901
Text Example
Text Example
White with #FA9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9901; }
p { color: rgb(250,153,1); }
H1.HeaderClassName
{
color: #FA9901;
}
.AnyTagClassName
{
color: #FA9901;
}
</style>
background-color css
<style>
a { background-color: #FA9901; }
a { background-color: rgb(250,153,1); }
div.DivClassName
{
background-color: #FA9901;
}
.BgClassName
{
background-color: #FA9901;
}
</style>
border-color css
<style>
span { border-color: #FA9901; }
span { border-color: rgb(250,153,1); }
td.TdClassName
{
border-color: #FA9901;
}
.TagClassName
{
border-color: #FA9901;
}
</style>