Shades of Gorse #FDFB2F
Tints of Gorse #FDFB2F
RGB
CMYK
RGB Variations
Color information
#FDFB2F (or 0xFDFB2F) is known color: Gorse. HEX triplet: FD, FB and 2F. RGB value is (253,251,47). Sum of RGB (Red+Green+Blue) = 253+251+47=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 47 (18.75% from 255 or 8.53% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB2F is #0204D0. Grayscale: #E5E5E5. Windows color (decimal): -132305 or 3144701. OLE color: 3144701.
HSL color Cylindrical-coordinate representation of color #FDFB2F: hue angle of 59.42º 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 #FDFB2F is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 47 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.01 |
| HSL | 59.42º | 0.98% | 0.59% | - |
| HSV(B) | 59.42º | 0.81% | 0.99% | - |
| XYZ | 75.52 | 90.08 | 16.1 | - |
| YUV | 228.34 | 25.66 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 47 | 0 | 0.01 | 0.81 | 0.01 | 59.42 | 0.98 | 0.59 |
| Hex | FD | FB | 2F | 0 | 1 | 51 | 1 | 3B | 62 | 3B |
| Octal | 375 | 373 | 57 | 0 | 1 | 121 | 1 | 73 | 142 | 73 |
| Binary | 11111101 | 11111011 | 101111 | 0 | 1 | 1010001 | 1 | 111011 | 1100010 | 111011 |
Color Harmonies of #FDFB2F
Complementary color
Monochromatic Colors of #FDFB2F
Black with #FDFB2F
Text Example
Text Example
White with #FDFB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB2F; }
p { color: rgb(253,251,47); }
H1.HeaderClassName
{
color: #FDFB2F;
}
.AnyTagClassName
{
color: #FDFB2F;
}
</style>
background-color css
<style>
a { background-color: #FDFB2F; }
a { background-color: rgb(253,251,47); }
div.DivClassName
{
background-color: #FDFB2F;
}
.BgClassName
{
background-color: #FDFB2F;
}
</style>
border-color css
<style>
span { border-color: #FDFB2F; }
span { border-color: rgb(253,251,47); }
td.TdClassName
{
border-color: #FDFB2F;
}
.TagClassName
{
border-color: #FDFB2F;
}
</style>