Shades of Yellow Orange #FBA93D
Tints of Yellow Orange #FBA93D
RGB
CMYK
RGB Variations
Color information
#FBA93D (or 0xFBA93D) is known color: Yellow Orange. HEX triplet: FB, A9 and 3D. RGB value is (251,169,61). Sum of RGB (Red+Green+Blue) = 251+169+61=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA93D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA93D is #0456C2. Grayscale: #B5B5B5. Windows color (decimal): -284355 or 4041211. OLE color: 4041211.
HSL color Cylindrical-coordinate representation of color #FBA93D: hue angle of 34.11º 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 #FBA93D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 61 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.02 |
| HSL | 34.11º | 0.96% | 0.61% | - |
| HSV(B) | 34.11º | 0.76% | 0.98% | - |
| XYZ | 54.81 | 49.22 | 11.03 | - |
| YUV | 181.21 | 60.17 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 61 | 0 | 0.33 | 0.76 | 0.02 | 34.11 | 0.96 | 0.61 |
| Hex | FB | A9 | 3D | 0 | 21 | 4C | 2 | 22 | 60 | 3D |
| Octal | 373 | 251 | 75 | 0 | 41 | 114 | 2 | 42 | 140 | 75 |
| Binary | 11111011 | 10101001 | 111101 | 0 | 100001 | 1001100 | 10 | 100010 | 1100000 | 111101 |
Color Harmonies of #FBA93D
Complementary color
Monochromatic Colors of #FBA93D
Black with #FBA93D
Text Example
Text Example
White with #FBA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA93D; }
p { color: rgb(251,169,61); }
H1.HeaderClassName
{
color: #FBA93D;
}
.AnyTagClassName
{
color: #FBA93D;
}
</style>
background-color css
<style>
a { background-color: #FBA93D; }
a { background-color: rgb(251,169,61); }
div.DivClassName
{
background-color: #FBA93D;
}
.BgClassName
{
background-color: #FBA93D;
}
</style>
border-color css
<style>
span { border-color: #FBA93D; }
span { border-color: rgb(251,169,61); }
td.TdClassName
{
border-color: #FBA93D;
}
.TagClassName
{
border-color: #FBA93D;
}
</style>