Shades of Selective Yellow #FDBB0A
Tints of Selective Yellow #FDBB0A
RGB
CMYK
RGB Variations
Color information
#FDBB0A (or 0xFDBB0A) is known color: Selective Yellow. HEX triplet: FD, BB and 0A. RGB value is (253,187,10). Sum of RGB (Red+Green+Blue) = 253+187+10=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBB0A is #0244F5. Grayscale: #BBBBBB. Windows color (decimal): -148726 or 703485. OLE color: 703485.
HSL color Cylindrical-coordinate representation of color #FDBB0A: hue angle of 43.7º 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 #FDBB0A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 10 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.01 |
| HSL | 43.7º | 0.98% | 0.52% | - |
| HSV(B) | 43.7º | 0.96% | 0.99% | - |
| XYZ | 58.33 | 56.45 | 8.11 | - |
| YUV | 186.56 | 28.37 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 10 | 0 | 0.26 | 0.96 | 0.01 | 43.7 | 0.98 | 0.52 |
| Hex | FD | BB | A | 0 | 1A | 60 | 1 | 2C | 62 | 34 |
| Octal | 375 | 273 | 12 | 0 | 32 | 140 | 1 | 54 | 142 | 64 |
| Binary | 11111101 | 10111011 | 1010 | 0 | 11010 | 1100000 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FDBB0A
Complementary color
Monochromatic Colors of #FDBB0A
Black with #FDBB0A
Text Example
Text Example
White with #FDBB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB0A; }
p { color: rgb(253,187,10); }
H1.HeaderClassName
{
color: #FDBB0A;
}
.AnyTagClassName
{
color: #FDBB0A;
}
</style>
background-color css
<style>
a { background-color: #FDBB0A; }
a { background-color: rgb(253,187,10); }
div.DivClassName
{
background-color: #FDBB0A;
}
.BgClassName
{
background-color: #FDBB0A;
}
</style>
border-color css
<style>
span { border-color: #FDBB0A; }
span { border-color: rgb(253,187,10); }
td.TdClassName
{
border-color: #FDBB0A;
}
.TagClassName
{
border-color: #FDBB0A;
}
</style>