Shades of Yellow #FDFF0B
Tints of Yellow #FDFF0B
RGB
CMYK
RGB Variations
Color information
#FDFF0B (or 0xFDFF0B) is known color: Yellow. HEX triplet: FD, FF and 0B. RGB value is (253,255,11). Sum of RGB (Red+Green+Blue) = 253+255+11=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 11 (4.69% from 255 or 2.12% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF0B is #0200F4. Grayscale: #E3E3E3. Windows color (decimal): -131317 or 786429. OLE color: 786429.
HSL color Cylindrical-coordinate representation of color #FDFF0B: hue angle of 60.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDFF0B is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 11 | - |
| CMYK | 0.01 | 0 | 0.96 | 0 |
| HSL | 60.49º | 1% | 0.52% | - |
| HSV(B) | 60.49º | 0.96% | 1% | - |
| XYZ | 76.33 | 92.43 | 14.13 | - |
| YUV | 226.59 | 6.34 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 11 | 0.01 | 0 | 0.96 | 0 | 60.49 | 1 | 0.52 |
| Hex | FD | FF | B | 1 | 0 | 60 | 0 | 3C | 64 | 34 |
| Octal | 375 | 377 | 13 | 1 | 0 | 140 | 0 | 74 | 144 | 64 |
| Binary | 11111101 | 11111111 | 1011 | 1 | 0 | 1100000 | 0 | 111100 | 1100100 | 110100 |
Color Harmonies of #FDFF0B
Complementary color
Monochromatic Colors of #FDFF0B
Black with #FDFF0B
Text Example
Text Example
White with #FDFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF0B; }
p { color: rgb(253,255,11); }
H1.HeaderClassName
{
color: #FDFF0B;
}
.AnyTagClassName
{
color: #FDFF0B;
}
</style>
background-color css
<style>
a { background-color: #FDFF0B; }
a { background-color: rgb(253,255,11); }
div.DivClassName
{
background-color: #FDFF0B;
}
.BgClassName
{
background-color: #FDFF0B;
}
</style>
border-color css
<style>
span { border-color: #FDFF0B; }
span { border-color: rgb(253,255,11); }
td.TdClassName
{
border-color: #FDFF0B;
}
.TagClassName
{
border-color: #FDFF0B;
}
</style>