Shades of Selective Yellow #FDB30A
Tints of Selective Yellow #FDB30A
RGB
CMYK
RGB Variations
Color information
#FDB30A (or 0xFDB30A) is known color: Selective Yellow. HEX triplet: FD, B3 and 0A. RGB value is (253,179,10). Sum of RGB (Red+Green+Blue) = 253+179+10=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB30A is #024CF5. Grayscale: #B6B6B6. Windows color (decimal): -150774 or 701437. OLE color: 701437.
HSL color Cylindrical-coordinate representation of color #FDB30A: hue angle of 41.73º 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 #FDB30A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.01 |
| HSL | 41.73º | 0.98% | 0.52% | - |
| HSV(B) | 41.73º | 0.96% | 0.99% | - |
| XYZ | 56.68 | 53.14 | 7.56 | - |
| YUV | 181.86 | 31.02 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 10 | 0 | 0.29 | 0.96 | 0.01 | 41.73 | 0.98 | 0.52 |
| Hex | FD | B3 | A | 0 | 1D | 60 | 1 | 2A | 62 | 34 |
| Octal | 375 | 263 | 12 | 0 | 35 | 140 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110011 | 1010 | 0 | 11101 | 1100000 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB30A
Complementary color
Monochromatic Colors of #FDB30A
Black with #FDB30A
Text Example
Text Example
White with #FDB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB30A; }
p { color: rgb(253,179,10); }
H1.HeaderClassName
{
color: #FDB30A;
}
.AnyTagClassName
{
color: #FDB30A;
}
</style>
background-color css
<style>
a { background-color: #FDB30A; }
a { background-color: rgb(253,179,10); }
div.DivClassName
{
background-color: #FDB30A;
}
.BgClassName
{
background-color: #FDB30A;
}
</style>
border-color css
<style>
span { border-color: #FDB30A; }
span { border-color: rgb(253,179,10); }
td.TdClassName
{
border-color: #FDB30A;
}
.TagClassName
{
border-color: #FDB30A;
}
</style>