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