Shades of Selective Yellow #FDB80E
Tints of Selective Yellow #FDB80E
RGB
CMYK
RGB Variations
Color information
#FDB80E (or 0xFDB80E) is known color: Selective Yellow. HEX triplet: FD, B8 and 0E. RGB value is (253,184,14). Sum of RGB (Red+Green+Blue) = 253+184+14=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB80E is #0247F1. Grayscale: #B9B9B9. Windows color (decimal): -149490 or 964861. OLE color: 964861.
HSL color Cylindrical-coordinate representation of color #FDB80E: hue angle of 42.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDB80E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.01 |
| HSL | 42.68º | 0.98% | 0.52% | - |
| HSV(B) | 42.68º | 0.94% | 0.99% | - |
| XYZ | 57.73 | 55.2 | 8.03 | - |
| YUV | 185.25 | 31.36 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 14 | 0 | 0.27 | 0.94 | 0.01 | 42.68 | 0.98 | 0.52 |
| Hex | FD | B8 | E | 0 | 1B | 5E | 1 | 2B | 62 | 34 |
| Octal | 375 | 270 | 16 | 0 | 33 | 136 | 1 | 53 | 142 | 64 |
| Binary | 11111101 | 10111000 | 1110 | 0 | 11011 | 1011110 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FDB80E
Complementary color
Monochromatic Colors of #FDB80E
Black with #FDB80E
Text Example
Text Example
White with #FDB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB80E; }
p { color: rgb(253,184,14); }
H1.HeaderClassName
{
color: #FDB80E;
}
.AnyTagClassName
{
color: #FDB80E;
}
</style>
background-color css
<style>
a { background-color: #FDB80E; }
a { background-color: rgb(253,184,14); }
div.DivClassName
{
background-color: #FDB80E;
}
.BgClassName
{
background-color: #FDB80E;
}
</style>
border-color css
<style>
span { border-color: #FDB80E; }
span { border-color: rgb(253,184,14); }
td.TdClassName
{
border-color: #FDB80E;
}
.TagClassName
{
border-color: #FDB80E;
}
</style>