Shades of Yellow Orange #FBA73F
Tints of Yellow Orange #FBA73F
RGB
CMYK
RGB Variations
Color information
#FBA73F (or 0xFBA73F) is known color: Yellow Orange. HEX triplet: FB, A7 and 3F. RGB value is (251,167,63). Sum of RGB (Red+Green+Blue) = 251+167+63=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA73F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA73F is #0458C0. Grayscale: #B4B4B4. Windows color (decimal): -284865 or 4171771. OLE color: 4171771.
HSL color Cylindrical-coordinate representation of color #FBA73F: hue angle of 33.19º 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 #FBA73F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 63 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.02 |
| HSL | 33.19º | 0.96% | 0.62% | - |
| HSV(B) | 33.19º | 0.75% | 0.98% | - |
| XYZ | 54.5 | 48.51 | 11.19 | - |
| YUV | 180.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 63 | 0 | 0.33 | 0.75 | 0.02 | 33.19 | 0.96 | 0.62 |
| Hex | FB | A7 | 3F | 0 | 21 | 4B | 2 | 21 | 60 | 3E |
| Octal | 373 | 247 | 77 | 0 | 41 | 113 | 2 | 41 | 140 | 76 |
| Binary | 11111011 | 10100111 | 111111 | 0 | 100001 | 1001011 | 10 | 100001 | 1100000 | 111110 |
Color Harmonies of #FBA73F
Complementary color
Monochromatic Colors of #FBA73F
Black with #FBA73F
Text Example
Text Example
White with #FBA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA73F; }
p { color: rgb(251,167,63); }
H1.HeaderClassName
{
color: #FBA73F;
}
.AnyTagClassName
{
color: #FBA73F;
}
</style>
background-color css
<style>
a { background-color: #FBA73F; }
a { background-color: rgb(251,167,63); }
div.DivClassName
{
background-color: #FBA73F;
}
.BgClassName
{
background-color: #FBA73F;
}
</style>
border-color css
<style>
span { border-color: #FBA73F; }
span { border-color: rgb(251,167,63); }
td.TdClassName
{
border-color: #FBA73F;
}
.TagClassName
{
border-color: #FBA73F;
}
</style>