Shades of Selective Yellow #FDB810
Tints of Selective Yellow #FDB810
RGB
CMYK
RGB Variations
Color information
#FDB810 (or 0xFDB810) is known color: Selective Yellow. HEX triplet: FD, B8 and 10. RGB value is (253,184,16). Sum of RGB (Red+Green+Blue) = 253+184+16=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB810 is #0247EF. Grayscale: #BABABA. Windows color (decimal): -149488 or 1095933. OLE color: 1095933.
HSL color Cylindrical-coordinate representation of color #FDB810: hue angle of 42.53º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDB810 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 16 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.01 |
| HSL | 42.53º | 0.98% | 0.53% | - |
| HSV(B) | 42.53º | 0.94% | 0.99% | - |
| XYZ | 57.74 | 55.2 | 8.1 | - |
| YUV | 185.48 | 32.36 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 16 | 0 | 0.27 | 0.94 | 0.01 | 42.53 | 0.98 | 0.53 |
| Hex | FD | B8 | 10 | 0 | 1B | 5E | 1 | 2B | 62 | 35 |
| Octal | 375 | 270 | 20 | 0 | 33 | 136 | 1 | 53 | 142 | 65 |
| Binary | 11111101 | 10111000 | 10000 | 0 | 11011 | 1011110 | 1 | 101011 | 1100010 | 110101 |
Color Harmonies of #FDB810
Complementary color
Monochromatic Colors of #FDB810
Black with #FDB810
Text Example
Text Example
White with #FDB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB810; }
p { color: rgb(253,184,16); }
H1.HeaderClassName
{
color: #FDB810;
}
.AnyTagClassName
{
color: #FDB810;
}
</style>
background-color css
<style>
a { background-color: #FDB810; }
a { background-color: rgb(253,184,16); }
div.DivClassName
{
background-color: #FDB810;
}
.BgClassName
{
background-color: #FDB810;
}
</style>
border-color css
<style>
span { border-color: #FDB810; }
span { border-color: rgb(253,184,16); }
td.TdClassName
{
border-color: #FDB810;
}
.TagClassName
{
border-color: #FDB810;
}
</style>