Shades of Selective Yellow #FDB80B
Tints of Selective Yellow #FDB80B
RGB
CMYK
RGB Variations
Color information
#FDB80B (or 0xFDB80B) is known color: Selective Yellow. HEX triplet: FD, B8 and 0B. RGB value is (253,184,11). Sum of RGB (Red+Green+Blue) = 253+184+11=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB80B is #0247F4. Grayscale: #B9B9B9. Windows color (decimal): -149493 or 768253. OLE color: 768253.
HSL color Cylindrical-coordinate representation of color #FDB80B: hue angle of 42.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDB80B is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 11 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.01 |
| HSL | 42.89º | 0.98% | 0.52% | - |
| HSV(B) | 42.89º | 0.96% | 0.99% | - |
| XYZ | 57.71 | 55.19 | 7.93 | - |
| YUV | 184.91 | 29.86 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 11 | 0 | 0.27 | 0.96 | 0.01 | 42.89 | 0.98 | 0.52 |
| Hex | FD | B8 | B | 0 | 1B | 60 | 1 | 2B | 62 | 34 |
| Octal | 375 | 270 | 13 | 0 | 33 | 140 | 1 | 53 | 142 | 64 |
| Binary | 11111101 | 10111000 | 1011 | 0 | 11011 | 1100000 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FDB80B
Complementary color
Monochromatic Colors of #FDB80B
Black with #FDB80B
Text Example
Text Example
White with #FDB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB80B; }
p { color: rgb(253,184,11); }
H1.HeaderClassName
{
color: #FDB80B;
}
.AnyTagClassName
{
color: #FDB80B;
}
</style>
background-color css
<style>
a { background-color: #FDB80B; }
a { background-color: rgb(253,184,11); }
div.DivClassName
{
background-color: #FDB80B;
}
.BgClassName
{
background-color: #FDB80B;
}
</style>
border-color css
<style>
span { border-color: #FDB80B; }
span { border-color: rgb(253,184,11); }
td.TdClassName
{
border-color: #FDB80B;
}
.TagClassName
{
border-color: #FDB80B;
}
</style>