Shades of Selective Yellow #FDBB00
Tints of Selective Yellow #FDBB00
RGB
CMYK
RGB Variations
Color information
#FDBB00 (or 0xFDBB00) is known color: Selective Yellow. HEX triplet: FD, BB and 00. RGB value is (253,187,0). Sum of RGB (Red+Green+Blue) = 253+187+0=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBB00 is #0244FF. Grayscale: #BABABA. Windows color (decimal): -148736 or 48125. OLE color: 48125.
HSL color Cylindrical-coordinate representation of color #FDBB00: hue angle of 44.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDBB00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.01 |
| HSL | 44.35º | 1% | 0.5% | - |
| HSV(B) | 44.35º | 1% | 0.99% | - |
| XYZ | 58.28 | 56.42 | 7.82 | - |
| YUV | 185.42 | 23.37 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 0 | 0 | 0.26 | 1 | 0.01 | 44.35 | 1 | 0.5 |
| Hex | FD | BB | 0 | 0 | 1A | 64 | 1 | 2C | 64 | 32 |
| Octal | 375 | 273 | 0 | 0 | 32 | 144 | 1 | 54 | 144 | 62 |
| Binary | 11111101 | 10111011 | 0 | 0 | 11010 | 1100100 | 1 | 101100 | 1100100 | 110010 |
Color Harmonies of #FDBB00
Complementary color
Monochromatic Colors of #FDBB00
Black with #FDBB00
Text Example
Text Example
White with #FDBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB00; }
p { color: rgb(253,187,0); }
H1.HeaderClassName
{
color: #FDBB00;
}
.AnyTagClassName
{
color: #FDBB00;
}
</style>
background-color css
<style>
a { background-color: #FDBB00; }
a { background-color: rgb(253,187,0); }
div.DivClassName
{
background-color: #FDBB00;
}
.BgClassName
{
background-color: #FDBB00;
}
</style>
border-color css
<style>
span { border-color: #FDBB00; }
span { border-color: rgb(253,187,0); }
td.TdClassName
{
border-color: #FDBB00;
}
.TagClassName
{
border-color: #FDBB00;
}
</style>