Shades of Yellow Orange #FBA541
Tints of Yellow Orange #FBA541
RGB
CMYK
RGB Variations
Color information
#FBA541 (or 0xFBA541) is known color: Yellow Orange. HEX triplet: FB, A5 and 41. RGB value is (251,165,65). Sum of RGB (Red+Green+Blue) = 251+165+65=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA541 is #045ABE. Grayscale: #B3B3B3. Windows color (decimal): -285375 or 4302331. OLE color: 4302331.
HSL color Cylindrical-coordinate representation of color #FBA541: hue angle of 32.26º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBA541 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 65 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.02 |
| HSL | 32.26º | 0.96% | 0.62% | - |
| HSV(B) | 32.26º | 0.74% | 0.98% | - |
| XYZ | 54.19 | 47.8 | 11.37 | - |
| YUV | 179.31 | 63.49 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 65 | 0 | 0.34 | 0.74 | 0.02 | 32.26 | 0.96 | 0.62 |
| Hex | FB | A5 | 41 | 0 | 22 | 4A | 2 | 20 | 60 | 3E |
| Octal | 373 | 245 | 101 | 0 | 42 | 112 | 2 | 40 | 140 | 76 |
| Binary | 11111011 | 10100101 | 1000001 | 0 | 100010 | 1001010 | 10 | 100000 | 1100000 | 111110 |
Color Harmonies of #FBA541
Complementary color
Monochromatic Colors of #FBA541
Black with #FBA541
Text Example
Text Example
White with #FBA541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA541; }
p { color: rgb(251,165,65); }
H1.HeaderClassName
{
color: #FBA541;
}
.AnyTagClassName
{
color: #FBA541;
}
</style>
background-color css
<style>
a { background-color: #FBA541; }
a { background-color: rgb(251,165,65); }
div.DivClassName
{
background-color: #FBA541;
}
.BgClassName
{
background-color: #FBA541;
}
</style>
border-color css
<style>
span { border-color: #FBA541; }
span { border-color: rgb(251,165,65); }
td.TdClassName
{
border-color: #FBA541;
}
.TagClassName
{
border-color: #FBA541;
}
</style>