Shades of Selective Yellow #FDBA02
Tints of Selective Yellow #FDBA02
RGB
CMYK
RGB Variations
Color information
#FDBA02 (or 0xFDBA02) is known color: Selective Yellow. HEX triplet: FD, BA and 02. RGB value is (253,186,2). Sum of RGB (Red+Green+Blue) = 253+186+2=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA02 is #0245FD. Grayscale: #B9B9B9. Windows color (decimal): -148990 or 178941. OLE color: 178941.
HSL color Cylindrical-coordinate representation of color #FDBA02: hue angle of 43.98º 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 #FDBA02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.01 |
| HSL | 43.98º | 0.98% | 0.5% | - |
| HSV(B) | 43.98º | 0.99% | 0.99% | - |
| XYZ | 58.08 | 56 | 7.81 | - |
| YUV | 185.06 | 24.7 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 2 | 0 | 0.26 | 0.99 | 0.01 | 43.98 | 0.98 | 0.5 |
| Hex | FD | BA | 2 | 0 | 1A | 63 | 1 | 2C | 62 | 32 |
| Octal | 375 | 272 | 2 | 0 | 32 | 143 | 1 | 54 | 142 | 62 |
| Binary | 11111101 | 10111010 | 10 | 0 | 11010 | 1100011 | 1 | 101100 | 1100010 | 110010 |
Color Harmonies of #FDBA02
Complementary color
Monochromatic Colors of #FDBA02
Black with #FDBA02
Text Example
Text Example
White with #FDBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA02; }
p { color: rgb(253,186,2); }
H1.HeaderClassName
{
color: #FDBA02;
}
.AnyTagClassName
{
color: #FDBA02;
}
</style>
background-color css
<style>
a { background-color: #FDBA02; }
a { background-color: rgb(253,186,2); }
div.DivClassName
{
background-color: #FDBA02;
}
.BgClassName
{
background-color: #FDBA02;
}
</style>
border-color css
<style>
span { border-color: #FDBA02; }
span { border-color: rgb(253,186,2); }
td.TdClassName
{
border-color: #FDBA02;
}
.TagClassName
{
border-color: #FDBA02;
}
</style>