Shades of Yellow #FDFC0B
Tints of Yellow #FDFC0B
RGB
CMYK
RGB Variations
Color information
#FDFC0B (or 0xFDFC0B) is known color: Yellow. HEX triplet: FD, FC and 0B. RGB value is (253,252,11). Sum of RGB (Red+Green+Blue) = 253+252+11=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 11 (4.69% from 255 or 2.13% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC0B is #0203F4. Grayscale: #E1E1E1. Windows color (decimal): -132085 or 785661. OLE color: 785661.
HSL color Cylindrical-coordinate representation of color #FDFC0B: hue angle of 59.75º 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 #FDFC0B is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 11 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.01 |
| HSL | 59.75º | 0.98% | 0.52% | - |
| HSV(B) | 59.75º | 0.96% | 0.99% | - |
| XYZ | 75.38 | 90.53 | 13.82 | - |
| YUV | 224.83 | 7.33 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 11 | 0 | 0.00 | 0.96 | 0.01 | 59.75 | 0.98 | 0.52 |
| Hex | FD | FC | B | 0 | 0 | 60 | 1 | 3C | 62 | 34 |
| Octal | 375 | 374 | 13 | 0 | 0 | 140 | 1 | 74 | 142 | 64 |
| Binary | 11111101 | 11111100 | 1011 | 0 | 0 | 1100000 | 1 | 111100 | 1100010 | 110100 |
Color Harmonies of #FDFC0B
Complementary color
Monochromatic Colors of #FDFC0B
Black with #FDFC0B
Text Example
Text Example
White with #FDFC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC0B; }
p { color: rgb(253,252,11); }
H1.HeaderClassName
{
color: #FDFC0B;
}
.AnyTagClassName
{
color: #FDFC0B;
}
</style>
background-color css
<style>
a { background-color: #FDFC0B; }
a { background-color: rgb(253,252,11); }
div.DivClassName
{
background-color: #FDFC0B;
}
.BgClassName
{
background-color: #FDFC0B;
}
</style>
border-color css
<style>
span { border-color: #FDFC0B; }
span { border-color: rgb(253,252,11); }
td.TdClassName
{
border-color: #FDFC0B;
}
.TagClassName
{
border-color: #FDFC0B;
}
</style>