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