Shades of Selective Yellow #FDBA03
Tints of Selective Yellow #FDBA03
RGB
CMYK
RGB Variations
Color information
#FDBA03 (or 0xFDBA03) is known color: Selective Yellow. HEX triplet: FD, BA and 03. RGB value is (253,186,3). Sum of RGB (Red+Green+Blue) = 253+186+3=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA03 is #0245FC. Grayscale: #B9B9B9. Windows color (decimal): -148989 or 244477. OLE color: 244477.
HSL color Cylindrical-coordinate representation of color #FDBA03: hue angle of 43.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDBA03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.01 |
| HSL | 43.92º | 0.98% | 0.5% | - |
| HSV(B) | 43.92º | 0.99% | 0.99% | - |
| XYZ | 58.08 | 56.01 | 7.84 | - |
| YUV | 185.17 | 25.2 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 3 | 0 | 0.26 | 0.99 | 0.01 | 43.92 | 0.98 | 0.5 |
| Hex | FD | BA | 3 | 0 | 1A | 63 | 1 | 2C | 62 | 32 |
| Octal | 375 | 272 | 3 | 0 | 32 | 143 | 1 | 54 | 142 | 62 |
| Binary | 11111101 | 10111010 | 11 | 0 | 11010 | 1100011 | 1 | 101100 | 1100010 | 110010 |
Color Harmonies of #FDBA03
Complementary color
Monochromatic Colors of #FDBA03
Black with #FDBA03
Text Example
Text Example
White with #FDBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA03; }
p { color: rgb(253,186,3); }
H1.HeaderClassName
{
color: #FDBA03;
}
.AnyTagClassName
{
color: #FDBA03;
}
</style>
background-color css
<style>
a { background-color: #FDBA03; }
a { background-color: rgb(253,186,3); }
div.DivClassName
{
background-color: #FDBA03;
}
.BgClassName
{
background-color: #FDBA03;
}
</style>
border-color css
<style>
span { border-color: #FDBA03; }
span { border-color: rgb(253,186,3); }
td.TdClassName
{
border-color: #FDBA03;
}
.TagClassName
{
border-color: #FDBA03;
}
</style>