Shades of Yellow Orange #FBA53D
Tints of Yellow Orange #FBA53D
RGB
CMYK
RGB Variations
Color information
#FBA53D (or 0xFBA53D) is known color: Yellow Orange. HEX triplet: FB, A5 and 3D. RGB value is (251,165,61). Sum of RGB (Red+Green+Blue) = 251+165+61=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA53D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA53D is #045AC2. Grayscale: #B3B3B3. Windows color (decimal): -285379 or 4040187. OLE color: 4040187.
HSL color Cylindrical-coordinate representation of color #FBA53D: hue angle of 32.84º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBA53D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 61 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.02 |
| HSL | 32.84º | 0.96% | 0.61% | - |
| HSV(B) | 32.84º | 0.76% | 0.98% | - |
| XYZ | 54.08 | 47.76 | 10.78 | - |
| YUV | 178.86 | 61.49 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 61 | 0 | 0.34 | 0.76 | 0.02 | 32.84 | 0.96 | 0.61 |
| Hex | FB | A5 | 3D | 0 | 22 | 4C | 2 | 21 | 60 | 3D |
| Octal | 373 | 245 | 75 | 0 | 42 | 114 | 2 | 41 | 140 | 75 |
| Binary | 11111011 | 10100101 | 111101 | 0 | 100010 | 1001100 | 10 | 100001 | 1100000 | 111101 |
Color Harmonies of #FBA53D
Complementary color
Monochromatic Colors of #FBA53D
Black with #FBA53D
Text Example
Text Example
White with #FBA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA53D; }
p { color: rgb(251,165,61); }
H1.HeaderClassName
{
color: #FBA53D;
}
.AnyTagClassName
{
color: #FBA53D;
}
</style>
background-color css
<style>
a { background-color: #FBA53D; }
a { background-color: rgb(251,165,61); }
div.DivClassName
{
background-color: #FBA53D;
}
.BgClassName
{
background-color: #FBA53D;
}
</style>
border-color css
<style>
span { border-color: #FBA53D; }
span { border-color: rgb(251,165,61); }
td.TdClassName
{
border-color: #FBA53D;
}
.TagClassName
{
border-color: #FBA53D;
}
</style>