Shades of Orange Peel #FA9A00
Tints of Orange Peel #FA9A00
RGB
CMYK
RGB Variations
Color information
#FA9A00 (or 0xFA9A00) is known color: Orange Peel. HEX triplet: FA, 9A and 00. RGB value is (250,154,0). Sum of RGB (Red+Green+Blue) = 250+154+0=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9A00 is #0565FF. Grayscale: #A5A5A5. Windows color (decimal): -353792 or 39674. OLE color: 39674.
HSL color Cylindrical-coordinate representation of color #FA9A00: hue angle of 36.96º 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 #FA9A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.02 |
| HSL | 36.96º | 1% | 0.49% | - |
| HSV(B) | 36.96º | 1% | 0.98% | - |
| XYZ | 50.98 | 43.44 | 5.7 | - |
| YUV | 165.15 | 34.8 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 0 | 0 | 0.38 | 1 | 0.02 | 36.96 | 1 | 0.49 |
| Hex | FA | 9A | 0 | 0 | 26 | 64 | 2 | 25 | 64 | 31 |
| Octal | 372 | 232 | 0 | 0 | 46 | 144 | 2 | 45 | 144 | 61 |
| Binary | 11111010 | 10011010 | 0 | 0 | 100110 | 1100100 | 10 | 100101 | 1100100 | 110001 |
Color Harmonies of #FA9A00
Complementary color
Monochromatic Colors of #FA9A00
Black with #FA9A00
Text Example
Text Example
White with #FA9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9A00; }
p { color: rgb(250,154,0); }
H1.HeaderClassName
{
color: #FA9A00;
}
.AnyTagClassName
{
color: #FA9A00;
}
</style>
background-color css
<style>
a { background-color: #FA9A00; }
a { background-color: rgb(250,154,0); }
div.DivClassName
{
background-color: #FA9A00;
}
.BgClassName
{
background-color: #FA9A00;
}
</style>
border-color css
<style>
span { border-color: #FA9A00; }
span { border-color: rgb(250,154,0); }
td.TdClassName
{
border-color: #FA9A00;
}
.TagClassName
{
border-color: #FA9A00;
}
</style>