Shades of Selective Yellow #FDB60D
Tints of Selective Yellow #FDB60D
RGB
CMYK
RGB Variations
Color information
#FDB60D (or 0xFDB60D) is known color: Selective Yellow. HEX triplet: FD, B6 and 0D. RGB value is (253,182,13). Sum of RGB (Red+Green+Blue) = 253+182+13=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB60D is #0249F2. Grayscale: #B8B8B8. Windows color (decimal): -150003 or 898813. OLE color: 898813.
HSL color Cylindrical-coordinate representation of color #FDB60D: hue angle of 42.25º 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 #FDB60D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 13 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.01 |
| HSL | 42.25º | 0.98% | 0.52% | - |
| HSV(B) | 42.25º | 0.95% | 0.99% | - |
| XYZ | 57.31 | 54.37 | 7.85 | - |
| YUV | 183.96 | 31.52 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 13 | 0 | 0.28 | 0.95 | 0.01 | 42.25 | 0.98 | 0.52 |
| Hex | FD | B6 | D | 0 | 1C | 5F | 1 | 2A | 62 | 34 |
| Octal | 375 | 266 | 15 | 0 | 34 | 137 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110110 | 1101 | 0 | 11100 | 1011111 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB60D
Complementary color
Monochromatic Colors of #FDB60D
Black with #FDB60D
Text Example
Text Example
White with #FDB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB60D; }
p { color: rgb(253,182,13); }
H1.HeaderClassName
{
color: #FDB60D;
}
.AnyTagClassName
{
color: #FDB60D;
}
</style>
background-color css
<style>
a { background-color: #FDB60D; }
a { background-color: rgb(253,182,13); }
div.DivClassName
{
background-color: #FDB60D;
}
.BgClassName
{
background-color: #FDB60D;
}
</style>
border-color css
<style>
span { border-color: #FDB60D; }
span { border-color: rgb(253,182,13); }
td.TdClassName
{
border-color: #FDB60D;
}
.TagClassName
{
border-color: #FDB60D;
}
</style>