Shades of Selective Yellow #FDB102
Tints of Selective Yellow #FDB102
RGB
CMYK
RGB Variations
Color information
#FDB102 (or 0xFDB102) is known color: Selective Yellow. HEX triplet: FD, B1 and 02. RGB value is (253,177,2). Sum of RGB (Red+Green+Blue) = 253+177+2=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB102 is #024EFD. Grayscale: #B4B4B4. Windows color (decimal): -151294 or 176637. OLE color: 176637.
HSL color Cylindrical-coordinate representation of color #FDB102: hue angle of 41.83º 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 #FDB102 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.01 |
| HSL | 41.83º | 0.98% | 0.5% | - |
| HSV(B) | 41.83º | 0.99% | 0.99% | - |
| XYZ | 56.24 | 52.33 | 7.19 | - |
| YUV | 179.77 | 27.68 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 2 | 0 | 0.30 | 0.99 | 0.01 | 41.83 | 0.98 | 0.5 |
| Hex | FD | B1 | 2 | 0 | 1E | 63 | 1 | 2A | 62 | 32 |
| Octal | 375 | 261 | 2 | 0 | 36 | 143 | 1 | 52 | 142 | 62 |
| Binary | 11111101 | 10110001 | 10 | 0 | 11110 | 1100011 | 1 | 101010 | 1100010 | 110010 |
Color Harmonies of #FDB102
Complementary color
Monochromatic Colors of #FDB102
Black with #FDB102
Text Example
Text Example
White with #FDB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB102; }
p { color: rgb(253,177,2); }
H1.HeaderClassName
{
color: #FDB102;
}
.AnyTagClassName
{
color: #FDB102;
}
</style>
background-color css
<style>
a { background-color: #FDB102; }
a { background-color: rgb(253,177,2); }
div.DivClassName
{
background-color: #FDB102;
}
.BgClassName
{
background-color: #FDB102;
}
</style>
border-color css
<style>
span { border-color: #FDB102; }
span { border-color: rgb(253,177,2); }
td.TdClassName
{
border-color: #FDB102;
}
.TagClassName
{
border-color: #FDB102;
}
</style>