Shades of Selective Yellow #FDB60A
Tints of Selective Yellow #FDB60A
RGB
CMYK
RGB Variations
Color information
#FDB60A (or 0xFDB60A) is known color: Selective Yellow. HEX triplet: FD, B6 and 0A. RGB value is (253,182,10). Sum of RGB (Red+Green+Blue) = 253+182+10=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB60A is #0249F5. Grayscale: #B8B8B8. Windows color (decimal): -150006 or 702205. OLE color: 702205.
HSL color Cylindrical-coordinate representation of color #FDB60A: hue angle of 42.47º 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 #FDB60A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.01 |
| HSL | 42.47º | 0.98% | 0.52% | - |
| HSV(B) | 42.47º | 0.96% | 0.99% | - |
| XYZ | 57.29 | 54.36 | 7.76 | - |
| YUV | 183.62 | 30.02 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 10 | 0 | 0.28 | 0.96 | 0.01 | 42.47 | 0.98 | 0.52 |
| Hex | FD | B6 | A | 0 | 1C | 60 | 1 | 2A | 62 | 34 |
| Octal | 375 | 266 | 12 | 0 | 34 | 140 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110110 | 1010 | 0 | 11100 | 1100000 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB60A
Complementary color
Monochromatic Colors of #FDB60A
Black with #FDB60A
Text Example
Text Example
White with #FDB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB60A; }
p { color: rgb(253,182,10); }
H1.HeaderClassName
{
color: #FDB60A;
}
.AnyTagClassName
{
color: #FDB60A;
}
</style>
background-color css
<style>
a { background-color: #FDB60A; }
a { background-color: rgb(253,182,10); }
div.DivClassName
{
background-color: #FDB60A;
}
.BgClassName
{
background-color: #FDB60A;
}
</style>
border-color css
<style>
span { border-color: #FDB60A; }
span { border-color: rgb(253,182,10); }
td.TdClassName
{
border-color: #FDB60A;
}
.TagClassName
{
border-color: #FDB60A;
}
</style>