Shades of Selective Yellow #FDB70D
Tints of Selective Yellow #FDB70D
RGB
CMYK
RGB Variations
Color information
#FDB70D (or 0xFDB70D) is known color: Selective Yellow. HEX triplet: FD, B7 and 0D. RGB value is (253,183,13). Sum of RGB (Red+Green+Blue) = 253+183+13=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB70D is #0248F2. Grayscale: #B9B9B9. Windows color (decimal): -149747 or 899069. OLE color: 899069.
HSL color Cylindrical-coordinate representation of color #FDB70D: hue angle of 42.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDB70D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 13 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.01 |
| HSL | 42.5º | 0.98% | 0.52% | - |
| HSV(B) | 42.5º | 0.95% | 0.99% | - |
| XYZ | 57.51 | 54.78 | 7.92 | - |
| YUV | 184.55 | 31.19 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 13 | 0 | 0.28 | 0.95 | 0.01 | 42.5 | 0.98 | 0.52 |
| Hex | FD | B7 | D | 0 | 1C | 5F | 1 | 2A | 62 | 34 |
| Octal | 375 | 267 | 15 | 0 | 34 | 137 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110111 | 1101 | 0 | 11100 | 1011111 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB70D
Complementary color
Monochromatic Colors of #FDB70D
Black with #FDB70D
Text Example
Text Example
White with #FDB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB70D; }
p { color: rgb(253,183,13); }
H1.HeaderClassName
{
color: #FDB70D;
}
.AnyTagClassName
{
color: #FDB70D;
}
</style>
background-color css
<style>
a { background-color: #FDB70D; }
a { background-color: rgb(253,183,13); }
div.DivClassName
{
background-color: #FDB70D;
}
.BgClassName
{
background-color: #FDB70D;
}
</style>
border-color css
<style>
span { border-color: #FDB70D; }
span { border-color: rgb(253,183,13); }
td.TdClassName
{
border-color: #FDB70D;
}
.TagClassName
{
border-color: #FDB70D;
}
</style>