Shades of Selective Yellow #FDB80F
Tints of Selective Yellow #FDB80F
RGB
CMYK
RGB Variations
Color information
#FDB80F (or 0xFDB80F) is known color: Selective Yellow. HEX triplet: FD, B8 and 0F. RGB value is (253,184,15). Sum of RGB (Red+Green+Blue) = 253+184+15=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB80F is #0247F0. Grayscale: #BABABA. Windows color (decimal): -149489 or 1030397. OLE color: 1030397.
HSL color Cylindrical-coordinate representation of color #FDB80F: hue angle of 42.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDB80F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 15 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.01 |
| HSL | 42.61º | 0.98% | 0.53% | - |
| HSV(B) | 42.61º | 0.94% | 0.99% | - |
| XYZ | 57.73 | 55.2 | 8.06 | - |
| YUV | 185.37 | 31.86 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 15 | 0 | 0.27 | 0.94 | 0.01 | 42.61 | 0.98 | 0.53 |
| Hex | FD | B8 | F | 0 | 1B | 5E | 1 | 2B | 62 | 35 |
| Octal | 375 | 270 | 17 | 0 | 33 | 136 | 1 | 53 | 142 | 65 |
| Binary | 11111101 | 10111000 | 1111 | 0 | 11011 | 1011110 | 1 | 101011 | 1100010 | 110101 |
Color Harmonies of #FDB80F
Complementary color
Monochromatic Colors of #FDB80F
Black with #FDB80F
Text Example
Text Example
White with #FDB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB80F; }
p { color: rgb(253,184,15); }
H1.HeaderClassName
{
color: #FDB80F;
}
.AnyTagClassName
{
color: #FDB80F;
}
</style>
background-color css
<style>
a { background-color: #FDB80F; }
a { background-color: rgb(253,184,15); }
div.DivClassName
{
background-color: #FDB80F;
}
.BgClassName
{
background-color: #FDB80F;
}
</style>
border-color css
<style>
span { border-color: #FDB80F; }
span { border-color: rgb(253,184,15); }
td.TdClassName
{
border-color: #FDB80F;
}
.TagClassName
{
border-color: #FDB80F;
}
</style>