Shades of Selective Yellow #FDB40A
Tints of Selective Yellow #FDB40A
RGB
CMYK
RGB Variations
Color information
#FDB40A (or 0xFDB40A) is known color: Selective Yellow. HEX triplet: FD, B4 and 0A. RGB value is (253,180,10). Sum of RGB (Red+Green+Blue) = 253+180+10=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB40A is #024BF5. Grayscale: #B7B7B7. Windows color (decimal): -150518 or 701693. OLE color: 701693.
HSL color Cylindrical-coordinate representation of color #FDB40A: hue angle of 41.98º 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 #FDB40A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.01 |
| HSL | 41.98º | 0.98% | 0.52% | - |
| HSV(B) | 41.98º | 0.96% | 0.99% | - |
| XYZ | 56.88 | 53.55 | 7.62 | - |
| YUV | 182.45 | 30.68 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 10 | 0 | 0.29 | 0.96 | 0.01 | 41.98 | 0.98 | 0.52 |
| Hex | FD | B4 | A | 0 | 1D | 60 | 1 | 2A | 62 | 34 |
| Octal | 375 | 264 | 12 | 0 | 35 | 140 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110100 | 1010 | 0 | 11101 | 1100000 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB40A
Complementary color
Monochromatic Colors of #FDB40A
Black with #FDB40A
Text Example
Text Example
White with #FDB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB40A; }
p { color: rgb(253,180,10); }
H1.HeaderClassName
{
color: #FDB40A;
}
.AnyTagClassName
{
color: #FDB40A;
}
</style>
background-color css
<style>
a { background-color: #FDB40A; }
a { background-color: rgb(253,180,10); }
div.DivClassName
{
background-color: #FDB40A;
}
.BgClassName
{
background-color: #FDB40A;
}
</style>
border-color css
<style>
span { border-color: #FDB40A; }
span { border-color: rgb(253,180,10); }
td.TdClassName
{
border-color: #FDB40A;
}
.TagClassName
{
border-color: #FDB40A;
}
</style>