Shades of Orange Peel #FBA104
Tints of Orange Peel #FBA104
RGB
CMYK
RGB Variations
Color information
#FBA104 (or 0xFBA104) is known color: Orange Peel. HEX triplet: FB, A1 and 04. RGB value is (251,161,4). Sum of RGB (Red+Green+Blue) = 251+161+4=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA104 is #045EFB. Grayscale: #AAAAAA. Windows color (decimal): -286460 or 303611. OLE color: 303611.
HSL color Cylindrical-coordinate representation of color #FBA104: hue angle of 38.14º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBA104 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.02 |
| HSL | 38.14º | 0.97% | 0.5% | - |
| HSV(B) | 38.14º | 0.98% | 0.98% | - |
| XYZ | 52.55 | 46.01 | 6.23 | - |
| YUV | 170.01 | 34.32 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 4 | 0 | 0.36 | 0.98 | 0.02 | 38.14 | 0.97 | 0.5 |
| Hex | FB | A1 | 4 | 0 | 24 | 62 | 2 | 26 | 61 | 32 |
| Octal | 373 | 241 | 4 | 0 | 44 | 142 | 2 | 46 | 141 | 62 |
| Binary | 11111011 | 10100001 | 100 | 0 | 100100 | 1100010 | 10 | 100110 | 1100001 | 110010 |
Color Harmonies of #FBA104
Complementary color
Monochromatic Colors of #FBA104
Black with #FBA104
Text Example
Text Example
White with #FBA104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA104; }
p { color: rgb(251,161,4); }
H1.HeaderClassName
{
color: #FBA104;
}
.AnyTagClassName
{
color: #FBA104;
}
</style>
background-color css
<style>
a { background-color: #FBA104; }
a { background-color: rgb(251,161,4); }
div.DivClassName
{
background-color: #FBA104;
}
.BgClassName
{
background-color: #FBA104;
}
</style>
border-color css
<style>
span { border-color: #FBA104; }
span { border-color: rgb(251,161,4); }
td.TdClassName
{
border-color: #FBA104;
}
.TagClassName
{
border-color: #FBA104;
}
</style>