Shades of Yellow Orange #FBA640
Tints of Yellow Orange #FBA640
RGB
CMYK
RGB Variations
Color information
#FBA640 (or 0xFBA640) is known color: Yellow Orange. HEX triplet: FB, A6 and 40. RGB value is (251,166,64). Sum of RGB (Red+Green+Blue) = 251+166+64=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA640 is #0459BF. Grayscale: #B4B4B4. Windows color (decimal): -285120 or 4237051. OLE color: 4237051.
HSL color Cylindrical-coordinate representation of color #FBA640: hue angle of 32.73º 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 #FBA640 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 64 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.02 |
| HSL | 32.73º | 0.96% | 0.62% | - |
| HSV(B) | 32.73º | 0.75% | 0.98% | - |
| XYZ | 54.35 | 48.15 | 11.28 | - |
| YUV | 179.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 64 | 0 | 0.34 | 0.75 | 0.02 | 32.73 | 0.96 | 0.62 |
| Hex | FB | A6 | 40 | 0 | 22 | 4B | 2 | 21 | 60 | 3E |
| Octal | 373 | 246 | 100 | 0 | 42 | 113 | 2 | 41 | 140 | 76 |
| Binary | 11111011 | 10100110 | 1000000 | 0 | 100010 | 1001011 | 10 | 100001 | 1100000 | 111110 |
Color Harmonies of #FBA640
Complementary color
Monochromatic Colors of #FBA640
Black with #FBA640
Text Example
Text Example
White with #FBA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA640; }
p { color: rgb(251,166,64); }
H1.HeaderClassName
{
color: #FBA640;
}
.AnyTagClassName
{
color: #FBA640;
}
</style>
background-color css
<style>
a { background-color: #FBA640; }
a { background-color: rgb(251,166,64); }
div.DivClassName
{
background-color: #FBA640;
}
.BgClassName
{
background-color: #FBA640;
}
</style>
border-color css
<style>
span { border-color: #FBA640; }
span { border-color: rgb(251,166,64); }
td.TdClassName
{
border-color: #FBA640;
}
.TagClassName
{
border-color: #FBA640;
}
</style>