Shades of Orange Peel #FAA203
Tints of Orange Peel #FAA203
RGB
CMYK
RGB Variations
Color information
#FAA203 (or 0xFAA203) is known color: Orange Peel. HEX triplet: FA, A2 and 03. RGB value is (250,162,3). Sum of RGB (Red+Green+Blue) = 250+162+3=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA203 is #055DFC. Grayscale: #AAAAAA. Windows color (decimal): -351741 or 238330. OLE color: 238330.
HSL color Cylindrical-coordinate representation of color #FAA203: hue angle of 38.62º 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 #FAA203 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.02 |
| HSL | 38.62º | 0.98% | 0.5% | - |
| HSV(B) | 38.62º | 0.99% | 0.98% | - |
| XYZ | 52.36 | 46.17 | 6.24 | - |
| YUV | 170.19 | 33.65 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 3 | 0 | 0.35 | 0.99 | 0.02 | 38.62 | 0.98 | 0.5 |
| Hex | FA | A2 | 3 | 0 | 23 | 63 | 2 | 27 | 62 | 32 |
| Octal | 372 | 242 | 3 | 0 | 43 | 143 | 2 | 47 | 142 | 62 |
| Binary | 11111010 | 10100010 | 11 | 0 | 100011 | 1100011 | 10 | 100111 | 1100010 | 110010 |
Color Harmonies of #FAA203
Complementary color
Monochromatic Colors of #FAA203
Black with #FAA203
Text Example
Text Example
White with #FAA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA203; }
p { color: rgb(250,162,3); }
H1.HeaderClassName
{
color: #FAA203;
}
.AnyTagClassName
{
color: #FAA203;
}
</style>
background-color css
<style>
a { background-color: #FAA203; }
a { background-color: rgb(250,162,3); }
div.DivClassName
{
background-color: #FAA203;
}
.BgClassName
{
background-color: #FAA203;
}
</style>
border-color css
<style>
span { border-color: #FAA203; }
span { border-color: rgb(250,162,3); }
td.TdClassName
{
border-color: #FAA203;
}
.TagClassName
{
border-color: #FAA203;
}
</style>