Shades of Gorse #FBDF26
Tints of Gorse #FBDF26
RGB
CMYK
RGB Variations
Color information
#FBDF26 (or 0xFBDF26) is known color: Gorse. HEX triplet: FB, DF and 26. RGB value is (251,223,38). Sum of RGB (Red+Green+Blue) = 251+223+38=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 38 (15.23% from 255 or 7.42% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF26 is #0420D9. Grayscale: #D3D3D3. Windows color (decimal): -270554 or 2547707. OLE color: 2547707.
HSL color Cylindrical-coordinate representation of color #FBDF26: hue angle of 52.11º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBDF26 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 38 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.02 |
| HSL | 52.11º | 0.96% | 0.57% | - |
| HSV(B) | 52.11º | 0.85% | 0.98% | - |
| XYZ | 66.52 | 73.42 | 12.5 | - |
| YUV | 210.28 | 30.78 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 38 | 0 | 0.11 | 0.85 | 0.02 | 52.11 | 0.96 | 0.57 |
| Hex | FB | DF | 26 | 0 | B | 55 | 2 | 34 | 60 | 39 |
| Octal | 373 | 337 | 46 | 0 | 13 | 125 | 2 | 64 | 140 | 71 |
| Binary | 11111011 | 11011111 | 100110 | 0 | 1011 | 1010101 | 10 | 110100 | 1100000 | 111001 |
Color Harmonies of #FBDF26
Complementary color
Monochromatic Colors of #FBDF26
Black with #FBDF26
Text Example
Text Example
White with #FBDF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF26; }
p { color: rgb(251,223,38); }
H1.HeaderClassName
{
color: #FBDF26;
}
.AnyTagClassName
{
color: #FBDF26;
}
</style>
background-color css
<style>
a { background-color: #FBDF26; }
a { background-color: rgb(251,223,38); }
div.DivClassName
{
background-color: #FBDF26;
}
.BgClassName
{
background-color: #FBDF26;
}
</style>
border-color css
<style>
span { border-color: #FBDF26; }
span { border-color: rgb(251,223,38); }
td.TdClassName
{
border-color: #FBDF26;
}
.TagClassName
{
border-color: #FBDF26;
}
</style>