Shades of Gorse #FBF42D
Tints of Gorse #FBF42D
RGB
CMYK
RGB Variations
Color information
#FBF42D (or 0xFBF42D) is known color: Gorse. HEX triplet: FB, F4 and 2D. RGB value is (251,244,45). Sum of RGB (Red+Green+Blue) = 251+244+45=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF42D is #040BD2. Grayscale: #E0E0E0. Windows color (decimal): -265171 or 3011835. OLE color: 3011835.
HSL color Cylindrical-coordinate representation of color #FBF42D: hue angle of 57.96º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBF42D is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 45 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.02 |
| HSL | 57.96º | 0.96% | 0.58% | - |
| HSV(B) | 57.96º | 0.82% | 0.98% | - |
| XYZ | 72.61 | 85.4 | 15.14 | - |
| YUV | 223.41 | 27.32 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 45 | 0 | 0.03 | 0.82 | 0.02 | 57.96 | 0.96 | 0.58 |
| Hex | FB | F4 | 2D | 0 | 3 | 52 | 2 | 3A | 60 | 3A |
| Octal | 373 | 364 | 55 | 0 | 3 | 122 | 2 | 72 | 140 | 72 |
| Binary | 11111011 | 11110100 | 101101 | 0 | 11 | 1010010 | 10 | 111010 | 1100000 | 111010 |
Color Harmonies of #FBF42D
Complementary color
Monochromatic Colors of #FBF42D
Black with #FBF42D
Text Example
Text Example
White with #FBF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF42D; }
p { color: rgb(251,244,45); }
H1.HeaderClassName
{
color: #FBF42D;
}
.AnyTagClassName
{
color: #FBF42D;
}
</style>
background-color css
<style>
a { background-color: #FBF42D; }
a { background-color: rgb(251,244,45); }
div.DivClassName
{
background-color: #FBF42D;
}
.BgClassName
{
background-color: #FBF42D;
}
</style>
border-color css
<style>
span { border-color: #FBF42D; }
span { border-color: rgb(251,244,45); }
td.TdClassName
{
border-color: #FBF42D;
}
.TagClassName
{
border-color: #FBF42D;
}
</style>