Shades of Yellow Orange #FBAB40
Tints of Yellow Orange #FBAB40
RGB
CMYK
RGB Variations
Color information
#FBAB40 (or 0xFBAB40) is known color: Yellow Orange. HEX triplet: FB, AB and 40. RGB value is (251,171,64). Sum of RGB (Red+Green+Blue) = 251+171+64=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB40 is #0454BF. Grayscale: #B7B7B7. Windows color (decimal): -283840 or 4238331. OLE color: 4238331.
HSL color Cylindrical-coordinate representation of color #FBAB40: hue angle of 34.33º 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 #FBAB40 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 64 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.02 |
| HSL | 34.33º | 0.96% | 0.62% | - |
| HSV(B) | 34.33º | 0.75% | 0.98% | - |
| XYZ | 55.27 | 50.01 | 11.59 | - |
| YUV | 182.72 | 61 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 64 | 0 | 0.32 | 0.75 | 0.02 | 34.33 | 0.96 | 0.62 |
| Hex | FB | AB | 40 | 0 | 20 | 4B | 2 | 22 | 60 | 3E |
| Octal | 373 | 253 | 100 | 0 | 40 | 113 | 2 | 42 | 140 | 76 |
| Binary | 11111011 | 10101011 | 1000000 | 0 | 100000 | 1001011 | 10 | 100010 | 1100000 | 111110 |
Color Harmonies of #FBAB40
Complementary color
Monochromatic Colors of #FBAB40
Black with #FBAB40
Text Example
Text Example
White with #FBAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB40; }
p { color: rgb(251,171,64); }
H1.HeaderClassName
{
color: #FBAB40;
}
.AnyTagClassName
{
color: #FBAB40;
}
</style>
background-color css
<style>
a { background-color: #FBAB40; }
a { background-color: rgb(251,171,64); }
div.DivClassName
{
background-color: #FBAB40;
}
.BgClassName
{
background-color: #FBAB40;
}
</style>
border-color css
<style>
span { border-color: #FBAB40; }
span { border-color: rgb(251,171,64); }
td.TdClassName
{
border-color: #FBAB40;
}
.TagClassName
{
border-color: #FBAB40;
}
</style>