Shades of Selective Yellow #FDB70B
Tints of Selective Yellow #FDB70B
RGB
CMYK
RGB Variations
Color information
#FDB70B (or 0xFDB70B) is known color: Selective Yellow. HEX triplet: FD, B7 and 0B. RGB value is (253,183,11). Sum of RGB (Red+Green+Blue) = 253+183+11=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB70B is #0248F4. Grayscale: #B9B9B9. Windows color (decimal): -149749 or 767997. OLE color: 767997.
HSL color Cylindrical-coordinate representation of color #FDB70B: hue angle of 42.64º 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 #FDB70B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 11 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.01 |
| HSL | 42.64º | 0.98% | 0.52% | - |
| HSV(B) | 42.64º | 0.96% | 0.99% | - |
| XYZ | 57.5 | 54.77 | 7.86 | - |
| YUV | 184.32 | 30.19 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 11 | 0 | 0.28 | 0.96 | 0.01 | 42.64 | 0.98 | 0.52 |
| Hex | FD | B7 | B | 0 | 1C | 60 | 1 | 2B | 62 | 34 |
| Octal | 375 | 267 | 13 | 0 | 34 | 140 | 1 | 53 | 142 | 64 |
| Binary | 11111101 | 10110111 | 1011 | 0 | 11100 | 1100000 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FDB70B
Complementary color
Monochromatic Colors of #FDB70B
Black with #FDB70B
Text Example
Text Example
White with #FDB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB70B; }
p { color: rgb(253,183,11); }
H1.HeaderClassName
{
color: #FDB70B;
}
.AnyTagClassName
{
color: #FDB70B;
}
</style>
background-color css
<style>
a { background-color: #FDB70B; }
a { background-color: rgb(253,183,11); }
div.DivClassName
{
background-color: #FDB70B;
}
.BgClassName
{
background-color: #FDB70B;
}
</style>
border-color css
<style>
span { border-color: #FDB70B; }
span { border-color: rgb(253,183,11); }
td.TdClassName
{
border-color: #FDB70B;
}
.TagClassName
{
border-color: #FDB70B;
}
</style>