Shades of Selective Yellow #FDB803
Tints of Selective Yellow #FDB803
RGB
CMYK
RGB Variations
Color information
#FDB803 (or 0xFDB803) is known color: Selective Yellow. HEX triplet: FD, B8 and 03. RGB value is (253,184,3). Sum of RGB (Red+Green+Blue) = 253+184+3=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB803 is #0247FC. Grayscale: #B8B8B8. Windows color (decimal): -149501 or 243965. OLE color: 243965.
HSL color Cylindrical-coordinate representation of color #FDB803: hue angle of 43.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDB803 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.01 |
| HSL | 43.44º | 0.98% | 0.5% | - |
| HSV(B) | 43.44º | 0.99% | 0.99% | - |
| XYZ | 57.66 | 55.17 | 7.7 | - |
| YUV | 184 | 25.86 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 3 | 0 | 0.27 | 0.99 | 0.01 | 43.44 | 0.98 | 0.5 |
| Hex | FD | B8 | 3 | 0 | 1B | 63 | 1 | 2B | 62 | 32 |
| Octal | 375 | 270 | 3 | 0 | 33 | 143 | 1 | 53 | 142 | 62 |
| Binary | 11111101 | 10111000 | 11 | 0 | 11011 | 1100011 | 1 | 101011 | 1100010 | 110010 |
Color Harmonies of #FDB803
Complementary color
Monochromatic Colors of #FDB803
Black with #FDB803
Text Example
Text Example
White with #FDB803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB803; }
p { color: rgb(253,184,3); }
H1.HeaderClassName
{
color: #FDB803;
}
.AnyTagClassName
{
color: #FDB803;
}
</style>
background-color css
<style>
a { background-color: #FDB803; }
a { background-color: rgb(253,184,3); }
div.DivClassName
{
background-color: #FDB803;
}
.BgClassName
{
background-color: #FDB803;
}
</style>
border-color css
<style>
span { border-color: #FDB803; }
span { border-color: rgb(253,184,3); }
td.TdClassName
{
border-color: #FDB803;
}
.TagClassName
{
border-color: #FDB803;
}
</style>