Shades of Selective Yellow #FDB704
Tints of Selective Yellow #FDB704
RGB
CMYK
RGB Variations
Color information
#FDB704 (or 0xFDB704) is known color: Selective Yellow. HEX triplet: FD, B7 and 04. RGB value is (253,183,4). Sum of RGB (Red+Green+Blue) = 253+183+4=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB704 is #0248FB. Grayscale: #B8B8B8. Windows color (decimal): -149756 or 309245. OLE color: 309245.
HSL color Cylindrical-coordinate representation of color #FDB704: hue angle of 43.13º 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 #FDB704 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.01 |
| HSL | 43.13º | 0.98% | 0.5% | - |
| HSV(B) | 43.13º | 0.98% | 0.99% | - |
| XYZ | 57.46 | 54.76 | 7.66 | - |
| YUV | 183.52 | 26.69 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 4 | 0 | 0.28 | 0.98 | 0.01 | 43.13 | 0.98 | 0.5 |
| Hex | FD | B7 | 4 | 0 | 1C | 62 | 1 | 2B | 62 | 32 |
| Octal | 375 | 267 | 4 | 0 | 34 | 142 | 1 | 53 | 142 | 62 |
| Binary | 11111101 | 10110111 | 100 | 0 | 11100 | 1100010 | 1 | 101011 | 1100010 | 110010 |
Color Harmonies of #FDB704
Complementary color
Monochromatic Colors of #FDB704
Black with #FDB704
Text Example
Text Example
White with #FDB704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB704; }
p { color: rgb(253,183,4); }
H1.HeaderClassName
{
color: #FDB704;
}
.AnyTagClassName
{
color: #FDB704;
}
</style>
background-color css
<style>
a { background-color: #FDB704; }
a { background-color: rgb(253,183,4); }
div.DivClassName
{
background-color: #FDB704;
}
.BgClassName
{
background-color: #FDB704;
}
</style>
border-color css
<style>
span { border-color: #FDB704; }
span { border-color: rgb(253,183,4); }
td.TdClassName
{
border-color: #FDB704;
}
.TagClassName
{
border-color: #FDB704;
}
</style>