Shades of Selective Yellow #FDBC0D
Tints of Selective Yellow #FDBC0D
RGB
CMYK
RGB Variations
Color information
#FDBC0D (or 0xFDBC0D) is known color: Selective Yellow. HEX triplet: FD, BC and 0D. RGB value is (253,188,13). Sum of RGB (Red+Green+Blue) = 253+188+13=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBC0D is #0243F2. Grayscale: #BCBCBC. Windows color (decimal): -148467 or 900349. OLE color: 900349.
HSL color Cylindrical-coordinate representation of color #FDBC0D: hue angle of 43.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDBC0D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.01 |
| HSL | 43.75º | 0.98% | 0.52% | - |
| HSV(B) | 43.75º | 0.95% | 0.99% | - |
| XYZ | 58.56 | 56.88 | 8.27 | - |
| YUV | 187.49 | 29.53 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 13 | 0 | 0.26 | 0.95 | 0.01 | 43.75 | 0.98 | 0.52 |
| Hex | FD | BC | D | 0 | 1A | 5F | 1 | 2C | 62 | 34 |
| Octal | 375 | 274 | 15 | 0 | 32 | 137 | 1 | 54 | 142 | 64 |
| Binary | 11111101 | 10111100 | 1101 | 0 | 11010 | 1011111 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FDBC0D
Complementary color
Monochromatic Colors of #FDBC0D
Black with #FDBC0D
Text Example
Text Example
White with #FDBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC0D; }
p { color: rgb(253,188,13); }
H1.HeaderClassName
{
color: #FDBC0D;
}
.AnyTagClassName
{
color: #FDBC0D;
}
</style>
background-color css
<style>
a { background-color: #FDBC0D; }
a { background-color: rgb(253,188,13); }
div.DivClassName
{
background-color: #FDBC0D;
}
.BgClassName
{
background-color: #FDBC0D;
}
</style>
border-color css
<style>
span { border-color: #FDBC0D; }
span { border-color: rgb(253,188,13); }
td.TdClassName
{
border-color: #FDBC0D;
}
.TagClassName
{
border-color: #FDBC0D;
}
</style>