Shades of Orange Peel #FBA109
Tints of Orange Peel #FBA109
RGB
CMYK
RGB Variations
Color information
#FBA109 (or 0xFBA109) is known color: Orange Peel. HEX triplet: FB, A1 and 09. RGB value is (251,161,9). Sum of RGB (Red+Green+Blue) = 251+161+9=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA109 is #045EF6. Grayscale: #ABABAB. Windows color (decimal): -286455 or 631291. OLE color: 631291.
HSL color Cylindrical-coordinate representation of color #FBA109: hue angle of 37.69º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBA109 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 9 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.02 |
| HSL | 37.69º | 0.97% | 0.51% | - |
| HSV(B) | 37.69º | 0.96% | 0.98% | - |
| XYZ | 52.58 | 46.02 | 6.37 | - |
| YUV | 170.58 | 36.82 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 9 | 0 | 0.36 | 0.96 | 0.02 | 37.69 | 0.97 | 0.51 |
| Hex | FB | A1 | 9 | 0 | 24 | 60 | 2 | 26 | 61 | 33 |
| Octal | 373 | 241 | 11 | 0 | 44 | 140 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100001 | 1001 | 0 | 100100 | 1100000 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA109
Complementary color
Monochromatic Colors of #FBA109
Black with #FBA109
Text Example
Text Example
White with #FBA109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA109; }
p { color: rgb(251,161,9); }
H1.HeaderClassName
{
color: #FBA109;
}
.AnyTagClassName
{
color: #FBA109;
}
</style>
background-color css
<style>
a { background-color: #FBA109; }
a { background-color: rgb(251,161,9); }
div.DivClassName
{
background-color: #FBA109;
}
.BgClassName
{
background-color: #FBA109;
}
</style>
border-color css
<style>
span { border-color: #FBA109; }
span { border-color: rgb(251,161,9); }
td.TdClassName
{
border-color: #FBA109;
}
.TagClassName
{
border-color: #FBA109;
}
</style>