Shades of Gorse #FDF02F
Tints of Gorse #FDF02F
RGB
CMYK
RGB Variations
Color information
#FDF02F (or 0xFDF02F) is known color: Gorse. HEX triplet: FD, F0 and 2F. RGB value is (253,240,47). Sum of RGB (Red+Green+Blue) = 253+240+47=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 47 (18.75% from 255 or 8.70% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF02F is #020FD0. Grayscale: #DEDEDE. Windows color (decimal): -135121 or 3141885. OLE color: 3141885.
HSL color Cylindrical-coordinate representation of color #FDF02F: hue angle of 56.21º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDF02F is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 47 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.01 |
| HSL | 56.21º | 0.98% | 0.59% | - |
| HSV(B) | 56.21º | 0.81% | 0.99% | - |
| XYZ | 72.18 | 83.41 | 14.98 | - |
| YUV | 221.89 | 29.31 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 47 | 0 | 0.05 | 0.81 | 0.01 | 56.21 | 0.98 | 0.59 |
| Hex | FD | F0 | 2F | 0 | 5 | 51 | 1 | 38 | 62 | 3B |
| Octal | 375 | 360 | 57 | 0 | 5 | 121 | 1 | 70 | 142 | 73 |
| Binary | 11111101 | 11110000 | 101111 | 0 | 101 | 1010001 | 1 | 111000 | 1100010 | 111011 |
Color Harmonies of #FDF02F
Complementary color
Monochromatic Colors of #FDF02F
Black with #FDF02F
Text Example
Text Example
White with #FDF02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF02F; }
p { color: rgb(253,240,47); }
H1.HeaderClassName
{
color: #FDF02F;
}
.AnyTagClassName
{
color: #FDF02F;
}
</style>
background-color css
<style>
a { background-color: #FDF02F; }
a { background-color: rgb(253,240,47); }
div.DivClassName
{
background-color: #FDF02F;
}
.BgClassName
{
background-color: #FDF02F;
}
</style>
border-color css
<style>
span { border-color: #FDF02F; }
span { border-color: rgb(253,240,47); }
td.TdClassName
{
border-color: #FDF02F;
}
.TagClassName
{
border-color: #FDF02F;
}
</style>