Shades of Orange Peel #FAA101
Tints of Orange Peel #FAA101
RGB
CMYK
RGB Variations
Color information
#FAA101 (or 0xFAA101) is known color: Orange Peel. HEX triplet: FA, A1 and 01. RGB value is (250,161,1). Sum of RGB (Red+Green+Blue) = 250+161+1=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA101 is #055EFE. Grayscale: #AAAAAA. Windows color (decimal): -351999 or 107002. OLE color: 107002.
HSL color Cylindrical-coordinate representation of color #FAA101: hue angle of 38.55º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAA101 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.02 |
| HSL | 38.55º | 0.99% | 0.49% | - |
| HSV(B) | 38.55º | 1% | 0.98% | - |
| XYZ | 52.17 | 45.82 | 6.12 | - |
| YUV | 169.37 | 32.99 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 1 | 0 | 0.36 | 1.00 | 0.02 | 38.55 | 0.99 | 0.49 |
| Hex | FA | A1 | 1 | 0 | 24 | 64 | 2 | 27 | 63 | 31 |
| Octal | 372 | 241 | 1 | 0 | 44 | 144 | 2 | 47 | 143 | 61 |
| Binary | 11111010 | 10100001 | 1 | 0 | 100100 | 1100100 | 10 | 100111 | 1100011 | 110001 |
Color Harmonies of #FAA101
Complementary color
Monochromatic Colors of #FAA101
Black with #FAA101
Text Example
Text Example
White with #FAA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA101; }
p { color: rgb(250,161,1); }
H1.HeaderClassName
{
color: #FAA101;
}
.AnyTagClassName
{
color: #FAA101;
}
</style>
background-color css
<style>
a { background-color: #FAA101; }
a { background-color: rgb(250,161,1); }
div.DivClassName
{
background-color: #FAA101;
}
.BgClassName
{
background-color: #FAA101;
}
</style>
border-color css
<style>
span { border-color: #FAA101; }
span { border-color: rgb(250,161,1); }
td.TdClassName
{
border-color: #FAA101;
}
.TagClassName
{
border-color: #FAA101;
}
</style>