Shades of Selective Yellow #FDBA09
Tints of Selective Yellow #FDBA09
RGB
CMYK
RGB Variations
Color information
#FDBA09 (or 0xFDBA09) is known color: Selective Yellow. HEX triplet: FD, BA and 09. RGB value is (253,186,9). Sum of RGB (Red+Green+Blue) = 253+186+9=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 9 (3.91% from 255 or 2.01% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA09 is #0245F6. Grayscale: #BABABA. Windows color (decimal): -148983 or 637693. OLE color: 637693.
HSL color Cylindrical-coordinate representation of color #FDBA09: hue angle of 43.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDBA09 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.01 |
| HSL | 43.52º | 0.98% | 0.51% | - |
| HSV(B) | 43.52º | 0.96% | 0.99% | - |
| XYZ | 58.12 | 56.02 | 8.01 | - |
| YUV | 185.86 | 28.2 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 9 | 0 | 0.26 | 0.96 | 0.01 | 43.52 | 0.98 | 0.51 |
| Hex | FD | BA | 9 | 0 | 1A | 60 | 1 | 2C | 62 | 33 |
| Octal | 375 | 272 | 11 | 0 | 32 | 140 | 1 | 54 | 142 | 63 |
| Binary | 11111101 | 10111010 | 1001 | 0 | 11010 | 1100000 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FDBA09
Complementary color
Monochromatic Colors of #FDBA09
Black with #FDBA09
Text Example
Text Example
White with #FDBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA09; }
p { color: rgb(253,186,9); }
H1.HeaderClassName
{
color: #FDBA09;
}
.AnyTagClassName
{
color: #FDBA09;
}
</style>
background-color css
<style>
a { background-color: #FDBA09; }
a { background-color: rgb(253,186,9); }
div.DivClassName
{
background-color: #FDBA09;
}
.BgClassName
{
background-color: #FDBA09;
}
</style>
border-color css
<style>
span { border-color: #FDBA09; }
span { border-color: rgb(253,186,9); }
td.TdClassName
{
border-color: #FDBA09;
}
.TagClassName
{
border-color: #FDBA09;
}
</style>