Shades of Gorse #FBDF45
Tints of Gorse #FBDF45
RGB
CMYK
RGB Variations
Color information
#FBDF45 (or 0xFBDF45) is known color: Gorse. HEX triplet: FB, DF and 45. RGB value is (251,223,69). Sum of RGB (Red+Green+Blue) = 251+223+69=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 69 (27.34% from 255 or 12.71% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF45 is #0420BA. Grayscale: #D6D6D6. Windows color (decimal): -270523 or 4579323. OLE color: 4579323.
HSL color Cylindrical-coordinate representation of color #FBDF45: hue angle of 50.77º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBDF45 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 69 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.02 |
| HSL | 50.77º | 0.96% | 0.63% | - |
| HSV(B) | 50.77º | 0.73% | 0.98% | - |
| XYZ | 67.25 | 73.71 | 16.31 | - |
| YUV | 213.82 | 46.28 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 69 | 0 | 0.11 | 0.73 | 0.02 | 50.77 | 0.96 | 0.63 |
| Hex | FB | DF | 45 | 0 | B | 49 | 2 | 33 | 60 | 3F |
| Octal | 373 | 337 | 105 | 0 | 13 | 111 | 2 | 63 | 140 | 77 |
| Binary | 11111011 | 11011111 | 1000101 | 0 | 1011 | 1001001 | 10 | 110011 | 1100000 | 111111 |
Color Harmonies of #FBDF45
Complementary color
Monochromatic Colors of #FBDF45
Black with #FBDF45
Text Example
Text Example
White with #FBDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF45; }
p { color: rgb(251,223,69); }
H1.HeaderClassName
{
color: #FBDF45;
}
.AnyTagClassName
{
color: #FBDF45;
}
</style>
background-color css
<style>
a { background-color: #FBDF45; }
a { background-color: rgb(251,223,69); }
div.DivClassName
{
background-color: #FBDF45;
}
.BgClassName
{
background-color: #FBDF45;
}
</style>
border-color css
<style>
span { border-color: #FBDF45; }
span { border-color: rgb(251,223,69); }
td.TdClassName
{
border-color: #FBDF45;
}
.TagClassName
{
border-color: #FBDF45;
}
</style>