Shades of Orange Peel #FA9A0A
Tints of Orange Peel #FA9A0A
RGB
CMYK
RGB Variations
Color information
#FA9A0A (or 0xFA9A0A) is known color: Orange Peel. HEX triplet: FA, 9A and 0A. RGB value is (250,154,10). Sum of RGB (Red+Green+Blue) = 250+154+10=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9A0A is #0565F5. Grayscale: #A6A6A6. Windows color (decimal): -353782 or 695034. OLE color: 695034.
HSL color Cylindrical-coordinate representation of color #FA9A0A: hue angle of 36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA9A0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.02 |
| HSL | 36º | 0.96% | 0.51% | - |
| HSV(B) | 36º | 0.96% | 0.98% | - |
| XYZ | 51.03 | 43.46 | 5.99 | - |
| YUV | 166.29 | 39.8 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 10 | 0 | 0.38 | 0.96 | 0.02 | 36 | 0.96 | 0.51 |
| Hex | FA | 9A | A | 0 | 26 | 60 | 2 | 24 | 60 | 33 |
| Octal | 372 | 232 | 12 | 0 | 46 | 140 | 2 | 44 | 140 | 63 |
| Binary | 11111010 | 10011010 | 1010 | 0 | 100110 | 1100000 | 10 | 100100 | 1100000 | 110011 |
Color Harmonies of #FA9A0A
Complementary color
Monochromatic Colors of #FA9A0A
Black with #FA9A0A
Text Example
Text Example
White with #FA9A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9A0A; }
p { color: rgb(250,154,10); }
H1.HeaderClassName
{
color: #FA9A0A;
}
.AnyTagClassName
{
color: #FA9A0A;
}
</style>
background-color css
<style>
a { background-color: #FA9A0A; }
a { background-color: rgb(250,154,10); }
div.DivClassName
{
background-color: #FA9A0A;
}
.BgClassName
{
background-color: #FA9A0A;
}
</style>
border-color css
<style>
span { border-color: #FA9A0A; }
span { border-color: rgb(250,154,10); }
td.TdClassName
{
border-color: #FA9A0A;
}
.TagClassName
{
border-color: #FA9A0A;
}
</style>