Shades of Selective Yellow #FBBA0D
Tints of Selective Yellow #FBBA0D
RGB
CMYK
RGB Variations
Color information
#FBBA0D (or 0xFBBA0D) is known color: Selective Yellow. HEX triplet: FB, BA and 0D. RGB value is (251,186,13). Sum of RGB (Red+Green+Blue) = 251+186+13=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBA0D is #0445F2. Grayscale: #BABABA. Windows color (decimal): -280051 or 899835. OLE color: 899835.
HSL color Cylindrical-coordinate representation of color #FBBA0D: hue angle of 43.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBBA0D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.02 |
| HSL | 43.61º | 0.97% | 0.52% | - |
| HSV(B) | 43.61º | 0.95% | 0.98% | - |
| XYZ | 57.42 | 55.66 | 8.1 | - |
| YUV | 185.71 | 30.53 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 13 | 0 | 0.26 | 0.95 | 0.02 | 43.61 | 0.97 | 0.52 |
| Hex | FB | BA | D | 0 | 1A | 5F | 2 | 2C | 61 | 34 |
| Octal | 373 | 272 | 15 | 0 | 32 | 137 | 2 | 54 | 141 | 64 |
| Binary | 11111011 | 10111010 | 1101 | 0 | 11010 | 1011111 | 10 | 101100 | 1100001 | 110100 |
Color Harmonies of #FBBA0D
Complementary color
Monochromatic Colors of #FBBA0D
Black with #FBBA0D
Text Example
Text Example
White with #FBBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA0D; }
p { color: rgb(251,186,13); }
H1.HeaderClassName
{
color: #FBBA0D;
}
.AnyTagClassName
{
color: #FBBA0D;
}
</style>
background-color css
<style>
a { background-color: #FBBA0D; }
a { background-color: rgb(251,186,13); }
div.DivClassName
{
background-color: #FBBA0D;
}
.BgClassName
{
background-color: #FBBA0D;
}
</style>
border-color css
<style>
span { border-color: #FBBA0D; }
span { border-color: rgb(251,186,13); }
td.TdClassName
{
border-color: #FBBA0D;
}
.TagClassName
{
border-color: #FBBA0D;
}
</style>