Shades of Gorse #FBDF3E
Tints of Gorse #FBDF3E
RGB
CMYK
RGB Variations
Color information
#FBDF3E (or 0xFBDF3E) is known color: Gorse. HEX triplet: FB, DF and 3E. RGB value is (251,223,62). Sum of RGB (Red+Green+Blue) = 251+223+62=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 62 (24.61% from 255 or 11.57% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF3E is #0420C1. Grayscale: #D5D5D5. Windows color (decimal): -270530 or 4120571. OLE color: 4120571.
HSL color Cylindrical-coordinate representation of color #FBDF3E: hue angle of 51.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBDF3E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 62 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.02 |
| HSL | 51.11º | 0.96% | 0.61% | - |
| HSV(B) | 51.11º | 0.75% | 0.98% | - |
| XYZ | 67.04 | 73.63 | 15.24 | - |
| YUV | 213.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 62 | 0 | 0.11 | 0.75 | 0.02 | 51.11 | 0.96 | 0.61 |
| Hex | FB | DF | 3E | 0 | B | 4B | 2 | 33 | 60 | 3D |
| Octal | 373 | 337 | 76 | 0 | 13 | 113 | 2 | 63 | 140 | 75 |
| Binary | 11111011 | 11011111 | 111110 | 0 | 1011 | 1001011 | 10 | 110011 | 1100000 | 111101 |
Color Harmonies of #FBDF3E
Complementary color
Monochromatic Colors of #FBDF3E
Black with #FBDF3E
Text Example
Text Example
White with #FBDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF3E; }
p { color: rgb(251,223,62); }
H1.HeaderClassName
{
color: #FBDF3E;
}
.AnyTagClassName
{
color: #FBDF3E;
}
</style>
background-color css
<style>
a { background-color: #FBDF3E; }
a { background-color: rgb(251,223,62); }
div.DivClassName
{
background-color: #FBDF3E;
}
.BgClassName
{
background-color: #FBDF3E;
}
</style>
border-color css
<style>
span { border-color: #FBDF3E; }
span { border-color: rgb(251,223,62); }
td.TdClassName
{
border-color: #FBDF3E;
}
.TagClassName
{
border-color: #FBDF3E;
}
</style>