Shades of Orange Peel #FBA107
Tints of Orange Peel #FBA107
RGB
CMYK
RGB Variations
Color information
#FBA107 (or 0xFBA107) is known color: Orange Peel. HEX triplet: FB, A1 and 07. RGB value is (251,161,7). Sum of RGB (Red+Green+Blue) = 251+161+7=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA107 is #045EF8. Grayscale: #ABABAB. Windows color (decimal): -286457 or 500219. OLE color: 500219.
HSL color Cylindrical-coordinate representation of color #FBA107: hue angle of 37.87º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FBA107 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.02 |
| HSL | 37.87º | 0.97% | 0.51% | - |
| HSV(B) | 37.87º | 0.97% | 0.98% | - |
| XYZ | 52.57 | 46.01 | 6.31 | - |
| YUV | 170.35 | 35.82 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 7 | 0 | 0.36 | 0.97 | 0.02 | 37.87 | 0.97 | 0.51 |
| Hex | FB | A1 | 7 | 0 | 24 | 61 | 2 | 26 | 61 | 33 |
| Octal | 373 | 241 | 7 | 0 | 44 | 141 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100001 | 111 | 0 | 100100 | 1100001 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA107
Complementary color
Monochromatic Colors of #FBA107
Black with #FBA107
Text Example
Text Example
White with #FBA107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA107; }
p { color: rgb(251,161,7); }
H1.HeaderClassName
{
color: #FBA107;
}
.AnyTagClassName
{
color: #FBA107;
}
</style>
background-color css
<style>
a { background-color: #FBA107; }
a { background-color: rgb(251,161,7); }
div.DivClassName
{
background-color: #FBA107;
}
.BgClassName
{
background-color: #FBA107;
}
</style>
border-color css
<style>
span { border-color: #FBA107; }
span { border-color: rgb(251,161,7); }
td.TdClassName
{
border-color: #FBA107;
}
.TagClassName
{
border-color: #FBA107;
}
</style>