Shades of Selective Yellow #FDB208
Tints of Selective Yellow #FDB208
RGB
CMYK
RGB Variations
Color information
#FDB208 (or 0xFDB208) is known color: Selective Yellow. HEX triplet: FD, B2 and 08. RGB value is (253,178,8). Sum of RGB (Red+Green+Blue) = 253+178+8=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB208 is #024DF7. Grayscale: #B5B5B5. Windows color (decimal): -151032 or 570109. OLE color: 570109.
HSL color Cylindrical-coordinate representation of color #FDB208: hue angle of 41.63º 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 #FDB208 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 8 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.01 |
| HSL | 41.63º | 0.98% | 0.51% | - |
| HSV(B) | 41.63º | 0.97% | 0.99% | - |
| XYZ | 56.47 | 52.74 | 7.43 | - |
| YUV | 181.05 | 30.35 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 8 | 0 | 0.30 | 0.97 | 0.01 | 41.63 | 0.98 | 0.51 |
| Hex | FD | B2 | 8 | 0 | 1E | 61 | 1 | 2A | 62 | 33 |
| Octal | 375 | 262 | 10 | 0 | 36 | 141 | 1 | 52 | 142 | 63 |
| Binary | 11111101 | 10110010 | 1000 | 0 | 11110 | 1100001 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FDB208
Complementary color
Monochromatic Colors of #FDB208
Black with #FDB208
Text Example
Text Example
White with #FDB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB208; }
p { color: rgb(253,178,8); }
H1.HeaderClassName
{
color: #FDB208;
}
.AnyTagClassName
{
color: #FDB208;
}
</style>
background-color css
<style>
a { background-color: #FDB208; }
a { background-color: rgb(253,178,8); }
div.DivClassName
{
background-color: #FDB208;
}
.BgClassName
{
background-color: #FDB208;
}
</style>
border-color css
<style>
span { border-color: #FDB208; }
span { border-color: rgb(253,178,8); }
td.TdClassName
{
border-color: #FDB208;
}
.TagClassName
{
border-color: #FDB208;
}
</style>