Shades of Selective Yellow #FDB602
Tints of Selective Yellow #FDB602
RGB
CMYK
RGB Variations
Color information
#FDB602 (or 0xFDB602) is known color: Selective Yellow. HEX triplet: FD, B6 and 02. RGB value is (253,182,2). Sum of RGB (Red+Green+Blue) = 253+182+2=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB602 is #0249FD. Grayscale: #B7B7B7. Windows color (decimal): -150014 or 177917. OLE color: 177917.
HSL color Cylindrical-coordinate representation of color #FDB602: hue angle of 43.03º 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 #FDB602 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.01 |
| HSL | 43.03º | 0.98% | 0.5% | - |
| HSV(B) | 43.03º | 0.99% | 0.99% | - |
| XYZ | 57.25 | 54.34 | 7.53 | - |
| YUV | 182.71 | 26.02 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 2 | 0 | 0.28 | 0.99 | 0.01 | 43.03 | 0.98 | 0.5 |
| Hex | FD | B6 | 2 | 0 | 1C | 63 | 1 | 2B | 62 | 32 |
| Octal | 375 | 266 | 2 | 0 | 34 | 143 | 1 | 53 | 142 | 62 |
| Binary | 11111101 | 10110110 | 10 | 0 | 11100 | 1100011 | 1 | 101011 | 1100010 | 110010 |
Color Harmonies of #FDB602
Complementary color
Monochromatic Colors of #FDB602
Black with #FDB602
Text Example
Text Example
White with #FDB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB602; }
p { color: rgb(253,182,2); }
H1.HeaderClassName
{
color: #FDB602;
}
.AnyTagClassName
{
color: #FDB602;
}
</style>
background-color css
<style>
a { background-color: #FDB602; }
a { background-color: rgb(253,182,2); }
div.DivClassName
{
background-color: #FDB602;
}
.BgClassName
{
background-color: #FDB602;
}
</style>
border-color css
<style>
span { border-color: #FDB602; }
span { border-color: rgb(253,182,2); }
td.TdClassName
{
border-color: #FDB602;
}
.TagClassName
{
border-color: #FDB602;
}
</style>