Shades of Selective Yellow #FDB409
Tints of Selective Yellow #FDB409
RGB
CMYK
RGB Variations
Color information
#FDB409 (or 0xFDB409) is known color: Selective Yellow. HEX triplet: FD, B4 and 09. RGB value is (253,180,9). Sum of RGB (Red+Green+Blue) = 253+180+9=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB409 is #024BF6. Grayscale: #B7B7B7. Windows color (decimal): -150519 or 636157. OLE color: 636157.
HSL color Cylindrical-coordinate representation of color #FDB409: hue angle of 42.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDB409 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 9 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.01 |
| HSL | 42.05º | 0.98% | 0.51% | - |
| HSV(B) | 42.05º | 0.96% | 0.99% | - |
| XYZ | 56.88 | 53.54 | 7.6 | - |
| YUV | 182.33 | 30.18 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 9 | 0 | 0.29 | 0.96 | 0.01 | 42.05 | 0.98 | 0.51 |
| Hex | FD | B4 | 9 | 0 | 1D | 60 | 1 | 2A | 62 | 33 |
| Octal | 375 | 264 | 11 | 0 | 35 | 140 | 1 | 52 | 142 | 63 |
| Binary | 11111101 | 10110100 | 1001 | 0 | 11101 | 1100000 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FDB409
Complementary color
Monochromatic Colors of #FDB409
Black with #FDB409
Text Example
Text Example
White with #FDB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB409; }
p { color: rgb(253,180,9); }
H1.HeaderClassName
{
color: #FDB409;
}
.AnyTagClassName
{
color: #FDB409;
}
</style>
background-color css
<style>
a { background-color: #FDB409; }
a { background-color: rgb(253,180,9); }
div.DivClassName
{
background-color: #FDB409;
}
.BgClassName
{
background-color: #FDB409;
}
</style>
border-color css
<style>
span { border-color: #FDB409; }
span { border-color: rgb(253,180,9); }
td.TdClassName
{
border-color: #FDB409;
}
.TagClassName
{
border-color: #FDB409;
}
</style>