Shades of Orange Peel #FA9905
Tints of Orange Peel #FA9905
RGB
CMYK
RGB Variations
Color information
#FA9905 (or 0xFA9905) is known color: Orange Peel. HEX triplet: FA, 99 and 05. RGB value is (250,153,5). Sum of RGB (Red+Green+Blue) = 250+153+5=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9905 is #0566FA. Grayscale: #A5A5A5. Windows color (decimal): -354043 or 367098. OLE color: 367098.
HSL color Cylindrical-coordinate representation of color #FA9905: hue angle of 36.24º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA9905 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.02 |
| HSL | 36.24º | 0.96% | 0.5% | - |
| HSV(B) | 36.24º | 0.98% | 0.98% | - |
| XYZ | 50.84 | 43.12 | 5.79 | - |
| YUV | 165.13 | 37.64 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 5 | 0 | 0.39 | 0.98 | 0.02 | 36.24 | 0.96 | 0.5 |
| Hex | FA | 99 | 5 | 0 | 27 | 62 | 2 | 24 | 60 | 32 |
| Octal | 372 | 231 | 5 | 0 | 47 | 142 | 2 | 44 | 140 | 62 |
| Binary | 11111010 | 10011001 | 101 | 0 | 100111 | 1100010 | 10 | 100100 | 1100000 | 110010 |
Color Harmonies of #FA9905
Complementary color
Monochromatic Colors of #FA9905
Black with #FA9905
Text Example
Text Example
White with #FA9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9905; }
p { color: rgb(250,153,5); }
H1.HeaderClassName
{
color: #FA9905;
}
.AnyTagClassName
{
color: #FA9905;
}
</style>
background-color css
<style>
a { background-color: #FA9905; }
a { background-color: rgb(250,153,5); }
div.DivClassName
{
background-color: #FA9905;
}
.BgClassName
{
background-color: #FA9905;
}
</style>
border-color css
<style>
span { border-color: #FA9905; }
span { border-color: rgb(250,153,5); }
td.TdClassName
{
border-color: #FA9905;
}
.TagClassName
{
border-color: #FA9905;
}
</style>