Shades of Selective Yellow #FDB405
Tints of Selective Yellow #FDB405
RGB
CMYK
RGB Variations
Color information
#FDB405 (or 0xFDB405) is known color: Selective Yellow. HEX triplet: FD, B4 and 05. RGB value is (253,180,5). Sum of RGB (Red+Green+Blue) = 253+180+5=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB405 is #024BFA. Grayscale: #B6B6B6. Windows color (decimal): -150523 or 374013. OLE color: 374013.
HSL color Cylindrical-coordinate representation of color #FDB405: hue angle of 42.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDB405 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.01 |
| HSL | 42.34º | 0.98% | 0.51% | - |
| HSV(B) | 42.34º | 0.98% | 0.99% | - |
| XYZ | 56.86 | 53.54 | 7.48 | - |
| YUV | 181.88 | 28.18 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 5 | 0 | 0.29 | 0.98 | 0.01 | 42.34 | 0.98 | 0.51 |
| Hex | FD | B4 | 5 | 0 | 1D | 62 | 1 | 2A | 62 | 33 |
| Octal | 375 | 264 | 5 | 0 | 35 | 142 | 1 | 52 | 142 | 63 |
| Binary | 11111101 | 10110100 | 101 | 0 | 11101 | 1100010 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FDB405
Complementary color
Monochromatic Colors of #FDB405
Black with #FDB405
Text Example
Text Example
White with #FDB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB405; }
p { color: rgb(253,180,5); }
H1.HeaderClassName
{
color: #FDB405;
}
.AnyTagClassName
{
color: #FDB405;
}
</style>
background-color css
<style>
a { background-color: #FDB405; }
a { background-color: rgb(253,180,5); }
div.DivClassName
{
background-color: #FDB405;
}
.BgClassName
{
background-color: #FDB405;
}
</style>
border-color css
<style>
span { border-color: #FDB405; }
span { border-color: rgb(253,180,5); }
td.TdClassName
{
border-color: #FDB405;
}
.TagClassName
{
border-color: #FDB405;
}
</style>