Shades of Selective Yellow #FDBC0F
Tints of Selective Yellow #FDBC0F
RGB
CMYK
RGB Variations
Color information
#FDBC0F (or 0xFDBC0F) is known color: Selective Yellow. HEX triplet: FD, BC and 0F. RGB value is (253,188,15). Sum of RGB (Red+Green+Blue) = 253+188+15=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBC0F is #0243F0. Grayscale: #BCBCBC. Windows color (decimal): -148465 or 1031421. OLE color: 1031421.
HSL color Cylindrical-coordinate representation of color #FDBC0F: hue angle of 43.61º 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 #FDBC0F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 15 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.01 |
| HSL | 43.61º | 0.98% | 0.53% | - |
| HSV(B) | 43.61º | 0.94% | 0.99% | - |
| XYZ | 58.58 | 56.88 | 8.34 | - |
| YUV | 187.71 | 30.53 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 15 | 0 | 0.26 | 0.94 | 0.01 | 43.61 | 0.98 | 0.53 |
| Hex | FD | BC | F | 0 | 1A | 5E | 1 | 2C | 62 | 35 |
| Octal | 375 | 274 | 17 | 0 | 32 | 136 | 1 | 54 | 142 | 65 |
| Binary | 11111101 | 10111100 | 1111 | 0 | 11010 | 1011110 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FDBC0F
Complementary color
Monochromatic Colors of #FDBC0F
Black with #FDBC0F
Text Example
Text Example
White with #FDBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC0F; }
p { color: rgb(253,188,15); }
H1.HeaderClassName
{
color: #FDBC0F;
}
.AnyTagClassName
{
color: #FDBC0F;
}
</style>
background-color css
<style>
a { background-color: #FDBC0F; }
a { background-color: rgb(253,188,15); }
div.DivClassName
{
background-color: #FDBC0F;
}
.BgClassName
{
background-color: #FDBC0F;
}
</style>
border-color css
<style>
span { border-color: #FDBC0F; }
span { border-color: rgb(253,188,15); }
td.TdClassName
{
border-color: #FDBC0F;
}
.TagClassName
{
border-color: #FDBC0F;
}
</style>