Shades of Selective Yellow #FDB304
Tints of Selective Yellow #FDB304
RGB
CMYK
RGB Variations
Color information
#FDB304 (or 0xFDB304) is known color: Selective Yellow. HEX triplet: FD, B3 and 04. RGB value is (253,179,4). Sum of RGB (Red+Green+Blue) = 253+179+4=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB304 is #024CFB. Grayscale: #B5B5B5. Windows color (decimal): -150780 or 308221. OLE color: 308221.
HSL color Cylindrical-coordinate representation of color #FDB304: hue angle of 42.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDB304 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.01 |
| HSL | 42.17º | 0.98% | 0.5% | - |
| HSV(B) | 42.17º | 0.98% | 0.99% | - |
| XYZ | 56.65 | 53.13 | 7.38 | - |
| YUV | 181.18 | 28.02 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 4 | 0 | 0.29 | 0.98 | 0.01 | 42.17 | 0.98 | 0.5 |
| Hex | FD | B3 | 4 | 0 | 1D | 62 | 1 | 2A | 62 | 32 |
| Octal | 375 | 263 | 4 | 0 | 35 | 142 | 1 | 52 | 142 | 62 |
| Binary | 11111101 | 10110011 | 100 | 0 | 11101 | 1100010 | 1 | 101010 | 1100010 | 110010 |
Color Harmonies of #FDB304
Complementary color
Monochromatic Colors of #FDB304
Black with #FDB304
Text Example
Text Example
White with #FDB304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB304; }
p { color: rgb(253,179,4); }
H1.HeaderClassName
{
color: #FDB304;
}
.AnyTagClassName
{
color: #FDB304;
}
</style>
background-color css
<style>
a { background-color: #FDB304; }
a { background-color: rgb(253,179,4); }
div.DivClassName
{
background-color: #FDB304;
}
.BgClassName
{
background-color: #FDB304;
}
</style>
border-color css
<style>
span { border-color: #FDB304; }
span { border-color: rgb(253,179,4); }
td.TdClassName
{
border-color: #FDB304;
}
.TagClassName
{
border-color: #FDB304;
}
</style>