Shades of Orange Peel #FAA100
Tints of Orange Peel #FAA100
RGB
CMYK
RGB Variations
Color information
#FAA100 (or 0xFAA100) is known color: Orange Peel. HEX triplet: FA, A1 and 00. RGB value is (250,161,0). Sum of RGB (Red+Green+Blue) = 250+161+0=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA100 is #055EFF. Grayscale: #A9A9A9. Windows color (decimal): -352000 or 41466. OLE color: 41466.
HSL color Cylindrical-coordinate representation of color #FAA100: hue angle of 38.64º 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 #FAA100 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.02 |
| HSL | 38.64º | 1% | 0.49% | - |
| HSV(B) | 38.64º | 1% | 0.98% | - |
| XYZ | 52.17 | 45.81 | 6.09 | - |
| YUV | 169.26 | 32.49 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 0 | 0 | 0.36 | 1 | 0.02 | 38.64 | 1 | 0.49 |
| Hex | FA | A1 | 0 | 0 | 24 | 64 | 2 | 27 | 64 | 31 |
| Octal | 372 | 241 | 0 | 0 | 44 | 144 | 2 | 47 | 144 | 61 |
| Binary | 11111010 | 10100001 | 0 | 0 | 100100 | 1100100 | 10 | 100111 | 1100100 | 110001 |
Color Harmonies of #FAA100
Complementary color
Monochromatic Colors of #FAA100
Black with #FAA100
Text Example
Text Example
White with #FAA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA100; }
p { color: rgb(250,161,0); }
H1.HeaderClassName
{
color: #FAA100;
}
.AnyTagClassName
{
color: #FAA100;
}
</style>
background-color css
<style>
a { background-color: #FAA100; }
a { background-color: rgb(250,161,0); }
div.DivClassName
{
background-color: #FAA100;
}
.BgClassName
{
background-color: #FAA100;
}
</style>
border-color css
<style>
span { border-color: #FAA100; }
span { border-color: rgb(250,161,0); }
td.TdClassName
{
border-color: #FAA100;
}
.TagClassName
{
border-color: #FAA100;
}
</style>