Shades of Gorse #FBDF2F
Tints of Gorse #FBDF2F
RGB
CMYK
RGB Variations
Color information
#FBDF2F (or 0xFBDF2F) is known color: Gorse. HEX triplet: FB, DF and 2F. RGB value is (251,223,47). Sum of RGB (Red+Green+Blue) = 251+223+47=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 47 (18.75% from 255 or 9.02% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF2F is #0420D0. Grayscale: #D4D4D4. Windows color (decimal): -270545 or 3137531. OLE color: 3137531.
HSL color Cylindrical-coordinate representation of color #FBDF2F: hue angle of 51.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBDF2F is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 47 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.02 |
| HSL | 51.76º | 0.96% | 0.58% | - |
| HSV(B) | 51.76º | 0.81% | 0.98% | - |
| XYZ | 66.68 | 73.49 | 13.36 | - |
| YUV | 211.31 | 35.28 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 47 | 0 | 0.11 | 0.81 | 0.02 | 51.76 | 0.96 | 0.58 |
| Hex | FB | DF | 2F | 0 | B | 51 | 2 | 34 | 60 | 3A |
| Octal | 373 | 337 | 57 | 0 | 13 | 121 | 2 | 64 | 140 | 72 |
| Binary | 11111011 | 11011111 | 101111 | 0 | 1011 | 1010001 | 10 | 110100 | 1100000 | 111010 |
Color Harmonies of #FBDF2F
Complementary color
Monochromatic Colors of #FBDF2F
Black with #FBDF2F
Text Example
Text Example
White with #FBDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF2F; }
p { color: rgb(251,223,47); }
H1.HeaderClassName
{
color: #FBDF2F;
}
.AnyTagClassName
{
color: #FBDF2F;
}
</style>
background-color css
<style>
a { background-color: #FBDF2F; }
a { background-color: rgb(251,223,47); }
div.DivClassName
{
background-color: #FBDF2F;
}
.BgClassName
{
background-color: #FBDF2F;
}
</style>
border-color css
<style>
span { border-color: #FBDF2F; }
span { border-color: rgb(251,223,47); }
td.TdClassName
{
border-color: #FBDF2F;
}
.TagClassName
{
border-color: #FBDF2F;
}
</style>