Shades of Orange Peel #FBA001
Tints of Orange Peel #FBA001
RGB
CMYK
RGB Variations
Color information
#FBA001 (or 0xFBA001) is known color: Orange Peel. HEX triplet: FB, A0 and 01. RGB value is (251,160,1). Sum of RGB (Red+Green+Blue) = 251+160+1=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA001 is #045FFE. Grayscale: #A9A9A9. Windows color (decimal): -286719 or 106747. OLE color: 106747.
HSL color Cylindrical-coordinate representation of color #FBA001: hue angle of 38.16º 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 #FBA001 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.02 |
| HSL | 38.16º | 0.99% | 0.49% | - |
| HSV(B) | 38.16º | 1% | 0.98% | - |
| XYZ | 52.36 | 45.65 | 6.08 | - |
| YUV | 169.08 | 33.15 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 1 | 0 | 0.36 | 1.00 | 0.02 | 38.16 | 0.99 | 0.49 |
| Hex | FB | A0 | 1 | 0 | 24 | 64 | 2 | 26 | 63 | 31 |
| Octal | 373 | 240 | 1 | 0 | 44 | 144 | 2 | 46 | 143 | 61 |
| Binary | 11111011 | 10100000 | 1 | 0 | 100100 | 1100100 | 10 | 100110 | 1100011 | 110001 |
Color Harmonies of #FBA001
Complementary color
Monochromatic Colors of #FBA001
Black with #FBA001
Text Example
Text Example
White with #FBA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA001; }
p { color: rgb(251,160,1); }
H1.HeaderClassName
{
color: #FBA001;
}
.AnyTagClassName
{
color: #FBA001;
}
</style>
background-color css
<style>
a { background-color: #FBA001; }
a { background-color: rgb(251,160,1); }
div.DivClassName
{
background-color: #FBA001;
}
.BgClassName
{
background-color: #FBA001;
}
</style>
border-color css
<style>
span { border-color: #FBA001; }
span { border-color: rgb(251,160,1); }
td.TdClassName
{
border-color: #FBA001;
}
.TagClassName
{
border-color: #FBA001;
}
</style>