Shades of Selective Yellow #FDB302
Tints of Selective Yellow #FDB302
RGB
CMYK
RGB Variations
Color information
#FDB302 (or 0xFDB302) is known color: Selective Yellow. HEX triplet: FD, B3 and 02. RGB value is (253,179,2). Sum of RGB (Red+Green+Blue) = 253+179+2=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB302 is #024CFD. Grayscale: #B5B5B5. Windows color (decimal): -150782 or 177149. OLE color: 177149.
HSL color Cylindrical-coordinate representation of color #FDB302: hue angle of 42.31º 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 #FDB302 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.01 |
| HSL | 42.31º | 0.98% | 0.5% | - |
| HSV(B) | 42.31º | 0.99% | 0.99% | - |
| XYZ | 56.64 | 53.13 | 7.33 | - |
| YUV | 180.95 | 27.02 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 2 | 0 | 0.29 | 0.99 | 0.01 | 42.31 | 0.98 | 0.5 |
| Hex | FD | B3 | 2 | 0 | 1D | 63 | 1 | 2A | 62 | 32 |
| Octal | 375 | 263 | 2 | 0 | 35 | 143 | 1 | 52 | 142 | 62 |
| Binary | 11111101 | 10110011 | 10 | 0 | 11101 | 1100011 | 1 | 101010 | 1100010 | 110010 |
Color Harmonies of #FDB302
Complementary color
Monochromatic Colors of #FDB302
Black with #FDB302
Text Example
Text Example
White with #FDB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB302; }
p { color: rgb(253,179,2); }
H1.HeaderClassName
{
color: #FDB302;
}
.AnyTagClassName
{
color: #FDB302;
}
</style>
background-color css
<style>
a { background-color: #FDB302; }
a { background-color: rgb(253,179,2); }
div.DivClassName
{
background-color: #FDB302;
}
.BgClassName
{
background-color: #FDB302;
}
</style>
border-color css
<style>
span { border-color: #FDB302; }
span { border-color: rgb(253,179,2); }
td.TdClassName
{
border-color: #FDB302;
}
.TagClassName
{
border-color: #FDB302;
}
</style>