Shades of Orange Peel #FAA103
Tints of Orange Peel #FAA103
RGB
CMYK
RGB Variations
Color information
#FAA103 (or 0xFAA103) is known color: Orange Peel. HEX triplet: FA, A1 and 03. RGB value is (250,161,3). Sum of RGB (Red+Green+Blue) = 250+161+3=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA103 is #055EFC. Grayscale: #AAAAAA. Windows color (decimal): -351997 or 238074. OLE color: 238074.
HSL color Cylindrical-coordinate representation of color #FAA103: hue angle of 38.38º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAA103 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.02 |
| HSL | 38.38º | 0.98% | 0.5% | - |
| HSV(B) | 38.38º | 0.99% | 0.98% | - |
| XYZ | 52.19 | 45.82 | 6.18 | - |
| YUV | 169.6 | 33.99 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 3 | 0 | 0.36 | 0.99 | 0.02 | 38.38 | 0.98 | 0.5 |
| Hex | FA | A1 | 3 | 0 | 24 | 63 | 2 | 26 | 62 | 32 |
| Octal | 372 | 241 | 3 | 0 | 44 | 143 | 2 | 46 | 142 | 62 |
| Binary | 11111010 | 10100001 | 11 | 0 | 100100 | 1100011 | 10 | 100110 | 1100010 | 110010 |
Color Harmonies of #FAA103
Complementary color
Monochromatic Colors of #FAA103
Black with #FAA103
Text Example
Text Example
White with #FAA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA103; }
p { color: rgb(250,161,3); }
H1.HeaderClassName
{
color: #FAA103;
}
.AnyTagClassName
{
color: #FAA103;
}
</style>
background-color css
<style>
a { background-color: #FAA103; }
a { background-color: rgb(250,161,3); }
div.DivClassName
{
background-color: #FAA103;
}
.BgClassName
{
background-color: #FAA103;
}
</style>
border-color css
<style>
span { border-color: #FAA103; }
span { border-color: rgb(250,161,3); }
td.TdClassName
{
border-color: #FAA103;
}
.TagClassName
{
border-color: #FAA103;
}
</style>