Shades of Selective Yellow #FDB203
Tints of Selective Yellow #FDB203
RGB
CMYK
RGB Variations
Color information
#FDB203 (or 0xFDB203) is known color: Selective Yellow. HEX triplet: FD, B2 and 03. RGB value is (253,178,3). Sum of RGB (Red+Green+Blue) = 253+178+3=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB203 is #024DFC. Grayscale: #B5B5B5. Windows color (decimal): -151037 or 242429. OLE color: 242429.
HSL color Cylindrical-coordinate representation of color #FDB203: hue angle of 42º 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 #FDB203 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.01 |
| HSL | 42º | 0.98% | 0.5% | - |
| HSV(B) | 42º | 0.99% | 0.99% | - |
| XYZ | 56.44 | 52.73 | 7.29 | - |
| YUV | 180.48 | 27.85 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 3 | 0 | 0.30 | 0.99 | 0.01 | 42 | 0.98 | 0.5 |
| Hex | FD | B2 | 3 | 0 | 1E | 63 | 1 | 2A | 62 | 32 |
| Octal | 375 | 262 | 3 | 0 | 36 | 143 | 1 | 52 | 142 | 62 |
| Binary | 11111101 | 10110010 | 11 | 0 | 11110 | 1100011 | 1 | 101010 | 1100010 | 110010 |
Color Harmonies of #FDB203
Complementary color
Monochromatic Colors of #FDB203
Black with #FDB203
Text Example
Text Example
White with #FDB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB203; }
p { color: rgb(253,178,3); }
H1.HeaderClassName
{
color: #FDB203;
}
.AnyTagClassName
{
color: #FDB203;
}
</style>
background-color css
<style>
a { background-color: #FDB203; }
a { background-color: rgb(253,178,3); }
div.DivClassName
{
background-color: #FDB203;
}
.BgClassName
{
background-color: #FDB203;
}
</style>
border-color css
<style>
span { border-color: #FDB203; }
span { border-color: rgb(253,178,3); }
td.TdClassName
{
border-color: #FDB203;
}
.TagClassName
{
border-color: #FDB203;
}
</style>