Shades of Selective Yellow #FDB60B
Tints of Selective Yellow #FDB60B
RGB
CMYK
RGB Variations
Color information
#FDB60B (or 0xFDB60B) is known color: Selective Yellow. HEX triplet: FD, B6 and 0B. RGB value is (253,182,11). Sum of RGB (Red+Green+Blue) = 253+182+11=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB60B is #0249F4. Grayscale: #B8B8B8. Windows color (decimal): -150005 or 767741. OLE color: 767741.
HSL color Cylindrical-coordinate representation of color #FDB60B: hue angle of 42.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDB60B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 11 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.01 |
| HSL | 42.4º | 0.98% | 0.52% | - |
| HSV(B) | 42.4º | 0.96% | 0.99% | - |
| XYZ | 57.3 | 54.36 | 7.79 | - |
| YUV | 183.74 | 30.52 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 11 | 0 | 0.28 | 0.96 | 0.01 | 42.4 | 0.98 | 0.52 |
| Hex | FD | B6 | B | 0 | 1C | 60 | 1 | 2A | 62 | 34 |
| Octal | 375 | 266 | 13 | 0 | 34 | 140 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110110 | 1011 | 0 | 11100 | 1100000 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB60B
Complementary color
Monochromatic Colors of #FDB60B
Black with #FDB60B
Text Example
Text Example
White with #FDB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB60B; }
p { color: rgb(253,182,11); }
H1.HeaderClassName
{
color: #FDB60B;
}
.AnyTagClassName
{
color: #FDB60B;
}
</style>
background-color css
<style>
a { background-color: #FDB60B; }
a { background-color: rgb(253,182,11); }
div.DivClassName
{
background-color: #FDB60B;
}
.BgClassName
{
background-color: #FDB60B;
}
</style>
border-color css
<style>
span { border-color: #FDB60B; }
span { border-color: rgb(253,182,11); }
td.TdClassName
{
border-color: #FDB60B;
}
.TagClassName
{
border-color: #FDB60B;
}
</style>