Shades of Orange Peel #FFA203
Tints of Orange Peel #FFA203
RGB
CMYK
RGB Variations
Color information
#FFA203 (or 0xFFA203) is known color: Orange Peel. HEX triplet: FF, A2 and 03. RGB value is (255,162,3). Sum of RGB (Red+Green+Blue) = 255+162+3=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA203 is #005DFC. Grayscale: #ACACAC. Windows color (decimal): -24061 or 238335. OLE color: 238335.
HSL color Cylindrical-coordinate representation of color #FFA203: hue angle of 37.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFA203 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0 |
| HSL | 37.86º | 1% | 0.51% | - |
| HSV(B) | 37.86º | 0.99% | 1% | - |
| XYZ | 54.18 | 47.11 | 6.32 | - |
| YUV | 171.68 | 32.81 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 3 | 0 | 0.36 | 0.99 | 0 | 37.86 | 1 | 0.51 |
| Hex | FF | A2 | 3 | 0 | 24 | 63 | 0 | 26 | 64 | 33 |
| Octal | 377 | 242 | 3 | 0 | 44 | 143 | 0 | 46 | 144 | 63 |
| Binary | 11111111 | 10100010 | 11 | 0 | 100100 | 1100011 | 0 | 100110 | 1100100 | 110011 |
Color Harmonies of #FFA203
Complementary color
Monochromatic Colors of #FFA203
Black with #FFA203
Text Example
Text Example
White with #FFA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA203; }
p { color: rgb(255,162,3); }
H1.HeaderClassName
{
color: #FFA203;
}
.AnyTagClassName
{
color: #FFA203;
}
</style>
background-color css
<style>
a { background-color: #FFA203; }
a { background-color: rgb(255,162,3); }
div.DivClassName
{
background-color: #FFA203;
}
.BgClassName
{
background-color: #FFA203;
}
</style>
border-color css
<style>
span { border-color: #FFA203; }
span { border-color: rgb(255,162,3); }
td.TdClassName
{
border-color: #FFA203;
}
.TagClassName
{
border-color: #FFA203;
}
</style>