Shades of Gorse #FBF32D
Tints of Gorse #FBF32D
RGB
CMYK
RGB Variations
Color information
#FBF32D (or 0xFBF32D) is known color: Gorse. HEX triplet: FB, F3 and 2D. RGB value is (251,243,45). Sum of RGB (Red+Green+Blue) = 251+243+45=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF32D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF32D is #040CD2. Grayscale: #DFDFDF. Windows color (decimal): -265427 or 3011579. OLE color: 3011579.
HSL color Cylindrical-coordinate representation of color #FBF32D: hue angle of 57.67º 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 #FBF32D is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 45 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.02 |
| HSL | 57.67º | 0.96% | 0.58% | - |
| HSV(B) | 57.67º | 0.82% | 0.98% | - |
| XYZ | 72.31 | 84.8 | 15.04 | - |
| YUV | 222.82 | 27.65 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 45 | 0 | 0.03 | 0.82 | 0.02 | 57.67 | 0.96 | 0.58 |
| Hex | FB | F3 | 2D | 0 | 3 | 52 | 2 | 3A | 60 | 3A |
| Octal | 373 | 363 | 55 | 0 | 3 | 122 | 2 | 72 | 140 | 72 |
| Binary | 11111011 | 11110011 | 101101 | 0 | 11 | 1010010 | 10 | 111010 | 1100000 | 111010 |
Color Harmonies of #FBF32D
Complementary color
Monochromatic Colors of #FBF32D
Black with #FBF32D
Text Example
Text Example
White with #FBF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF32D; }
p { color: rgb(251,243,45); }
H1.HeaderClassName
{
color: #FBF32D;
}
.AnyTagClassName
{
color: #FBF32D;
}
</style>
background-color css
<style>
a { background-color: #FBF32D; }
a { background-color: rgb(251,243,45); }
div.DivClassName
{
background-color: #FBF32D;
}
.BgClassName
{
background-color: #FBF32D;
}
</style>
border-color css
<style>
span { border-color: #FBF32D; }
span { border-color: rgb(251,243,45); }
td.TdClassName
{
border-color: #FBF32D;
}
.TagClassName
{
border-color: #FBF32D;
}
</style>