Shades of Gorse #FBDF41
Tints of Gorse #FBDF41
RGB
CMYK
RGB Variations
Color information
#FBDF41 (or 0xFBDF41) is known color: Gorse. HEX triplet: FB, DF and 41. RGB value is (251,223,65). Sum of RGB (Red+Green+Blue) = 251+223+65=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 65 (25.78% from 255 or 12.06% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF41 is #0420BE. Grayscale: #D6D6D6. Windows color (decimal): -270527 or 4317179. OLE color: 4317179.
HSL color Cylindrical-coordinate representation of color #FBDF41: hue angle of 50.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBDF41 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 65 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.02 |
| HSL | 50.97º | 0.96% | 0.62% | - |
| HSV(B) | 50.97º | 0.74% | 0.98% | - |
| XYZ | 67.13 | 73.67 | 15.68 | - |
| YUV | 213.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 65 | 0 | 0.11 | 0.74 | 0.02 | 50.97 | 0.96 | 0.62 |
| Hex | FB | DF | 41 | 0 | B | 4A | 2 | 33 | 60 | 3E |
| Octal | 373 | 337 | 101 | 0 | 13 | 112 | 2 | 63 | 140 | 76 |
| Binary | 11111011 | 11011111 | 1000001 | 0 | 1011 | 1001010 | 10 | 110011 | 1100000 | 111110 |
Color Harmonies of #FBDF41
Complementary color
Monochromatic Colors of #FBDF41
Black with #FBDF41
Text Example
Text Example
White with #FBDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF41; }
p { color: rgb(251,223,65); }
H1.HeaderClassName
{
color: #FBDF41;
}
.AnyTagClassName
{
color: #FBDF41;
}
</style>
background-color css
<style>
a { background-color: #FBDF41; }
a { background-color: rgb(251,223,65); }
div.DivClassName
{
background-color: #FBDF41;
}
.BgClassName
{
background-color: #FBDF41;
}
</style>
border-color css
<style>
span { border-color: #FBDF41; }
span { border-color: rgb(251,223,65); }
td.TdClassName
{
border-color: #FBDF41;
}
.TagClassName
{
border-color: #FBDF41;
}
</style>