Shades of Orange Peel #FBA203
Tints of Orange Peel #FBA203
RGB
CMYK
RGB Variations
Color information
#FBA203 (or 0xFBA203) is known color: Orange Peel. HEX triplet: FB, A2 and 03. RGB value is (251,162,3). Sum of RGB (Red+Green+Blue) = 251+162+3=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA203 is #045DFC. Grayscale: #ABABAB. Windows color (decimal): -286205 or 238331. OLE color: 238331.
HSL color Cylindrical-coordinate representation of color #FBA203: hue angle of 38.47º 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 #FBA203 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.02 |
| HSL | 38.47º | 0.98% | 0.5% | - |
| HSV(B) | 38.47º | 0.99% | 0.98% | - |
| XYZ | 52.72 | 46.36 | 6.26 | - |
| YUV | 170.49 | 33.49 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 3 | 0 | 0.35 | 0.99 | 0.02 | 38.47 | 0.98 | 0.5 |
| Hex | FB | A2 | 3 | 0 | 23 | 63 | 2 | 26 | 62 | 32 |
| Octal | 373 | 242 | 3 | 0 | 43 | 143 | 2 | 46 | 142 | 62 |
| Binary | 11111011 | 10100010 | 11 | 0 | 100011 | 1100011 | 10 | 100110 | 1100010 | 110010 |
Color Harmonies of #FBA203
Complementary color
Monochromatic Colors of #FBA203
Black with #FBA203
Text Example
Text Example
White with #FBA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA203; }
p { color: rgb(251,162,3); }
H1.HeaderClassName
{
color: #FBA203;
}
.AnyTagClassName
{
color: #FBA203;
}
</style>
background-color css
<style>
a { background-color: #FBA203; }
a { background-color: rgb(251,162,3); }
div.DivClassName
{
background-color: #FBA203;
}
.BgClassName
{
background-color: #FBA203;
}
</style>
border-color css
<style>
span { border-color: #FBA203; }
span { border-color: rgb(251,162,3); }
td.TdClassName
{
border-color: #FBA203;
}
.TagClassName
{
border-color: #FBA203;
}
</style>