Shades of Yellow Orange #FBA33F
Tints of Yellow Orange #FBA33F
RGB
CMYK
RGB Variations
Color information
#FBA33F (or 0xFBA33F) is known color: Yellow Orange. HEX triplet: FB, A3 and 3F. RGB value is (251,163,63). Sum of RGB (Red+Green+Blue) = 251+163+63=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA33F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA33F is #045CC0. Grayscale: #B2B2B2. Windows color (decimal): -285889 or 4170747. OLE color: 4170747.
HSL color Cylindrical-coordinate representation of color #FBA33F: hue angle of 31.91º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBA33F is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 63 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.02 |
| HSL | 31.91º | 0.96% | 0.62% | - |
| HSV(B) | 31.91º | 0.75% | 0.98% | - |
| XYZ | 53.78 | 47.06 | 10.95 | - |
| YUV | 177.91 | 63.15 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 63 | 0 | 0.35 | 0.75 | 0.02 | 31.91 | 0.96 | 0.62 |
| Hex | FB | A3 | 3F | 0 | 23 | 4B | 2 | 20 | 60 | 3E |
| Octal | 373 | 243 | 77 | 0 | 43 | 113 | 2 | 40 | 140 | 76 |
| Binary | 11111011 | 10100011 | 111111 | 0 | 100011 | 1001011 | 10 | 100000 | 1100000 | 111110 |
Color Harmonies of #FBA33F
Complementary color
Monochromatic Colors of #FBA33F
Black with #FBA33F
Text Example
Text Example
White with #FBA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA33F; }
p { color: rgb(251,163,63); }
H1.HeaderClassName
{
color: #FBA33F;
}
.AnyTagClassName
{
color: #FBA33F;
}
</style>
background-color css
<style>
a { background-color: #FBA33F; }
a { background-color: rgb(251,163,63); }
div.DivClassName
{
background-color: #FBA33F;
}
.BgClassName
{
background-color: #FBA33F;
}
</style>
border-color css
<style>
span { border-color: #FBA33F; }
span { border-color: rgb(251,163,63); }
td.TdClassName
{
border-color: #FBA33F;
}
.TagClassName
{
border-color: #FBA33F;
}
</style>