Shades of Selective Yellow #FDB307
Tints of Selective Yellow #FDB307
RGB
CMYK
RGB Variations
Color information
#FDB307 (or 0xFDB307) is known color: Selective Yellow. HEX triplet: FD, B3 and 07. RGB value is (253,179,7). Sum of RGB (Red+Green+Blue) = 253+179+7=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB307 is #024CF8. Grayscale: #B6B6B6. Windows color (decimal): -150777 or 504829. OLE color: 504829.
HSL color Cylindrical-coordinate representation of color #FDB307: hue angle of 41.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDB307 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.01 |
| HSL | 41.95º | 0.98% | 0.51% | - |
| HSV(B) | 41.95º | 0.97% | 0.99% | - |
| XYZ | 56.67 | 53.14 | 7.47 | - |
| YUV | 181.52 | 29.52 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 7 | 0 | 0.29 | 0.97 | 0.01 | 41.95 | 0.98 | 0.51 |
| Hex | FD | B3 | 7 | 0 | 1D | 61 | 1 | 2A | 62 | 33 |
| Octal | 375 | 263 | 7 | 0 | 35 | 141 | 1 | 52 | 142 | 63 |
| Binary | 11111101 | 10110011 | 111 | 0 | 11101 | 1100001 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FDB307
Complementary color
Monochromatic Colors of #FDB307
Black with #FDB307
Text Example
Text Example
White with #FDB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB307; }
p { color: rgb(253,179,7); }
H1.HeaderClassName
{
color: #FDB307;
}
.AnyTagClassName
{
color: #FDB307;
}
</style>
background-color css
<style>
a { background-color: #FDB307; }
a { background-color: rgb(253,179,7); }
div.DivClassName
{
background-color: #FDB307;
}
.BgClassName
{
background-color: #FDB307;
}
</style>
border-color css
<style>
span { border-color: #FDB307; }
span { border-color: rgb(253,179,7); }
td.TdClassName
{
border-color: #FDB307;
}
.TagClassName
{
border-color: #FDB307;
}
</style>