Shades of Gorse #FBE632
Tints of Gorse #FBE632
RGB
CMYK
RGB Variations
Color information
#FBE632 (or 0xFBE632) is known color: Gorse. HEX triplet: FB, E6 and 32. RGB value is (251,230,50). Sum of RGB (Red+Green+Blue) = 251+230+50=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 50 (19.92% from 255 or 9.42% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE632 is #0419CD. Grayscale: #D8D8D8. Windows color (decimal): -268750 or 3335931. OLE color: 3335931.
HSL color Cylindrical-coordinate representation of color #FBE632: hue angle of 53.73º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBE632 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 50 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.02 |
| HSL | 53.73º | 0.96% | 0.59% | - |
| HSV(B) | 53.73º | 0.8% | 0.98% | - |
| XYZ | 68.66 | 77.33 | 14.33 | - |
| YUV | 215.76 | 34.46 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 50 | 0 | 0.08 | 0.80 | 0.02 | 53.73 | 0.96 | 0.59 |
| Hex | FB | E6 | 32 | 0 | 8 | 50 | 2 | 36 | 60 | 3B |
| Octal | 373 | 346 | 62 | 0 | 10 | 120 | 2 | 66 | 140 | 73 |
| Binary | 11111011 | 11100110 | 110010 | 0 | 1000 | 1010000 | 10 | 110110 | 1100000 | 111011 |
Color Harmonies of #FBE632
Complementary color
Monochromatic Colors of #FBE632
Black with #FBE632
Text Example
Text Example
White with #FBE632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE632; }
p { color: rgb(251,230,50); }
H1.HeaderClassName
{
color: #FBE632;
}
.AnyTagClassName
{
color: #FBE632;
}
</style>
background-color css
<style>
a { background-color: #FBE632; }
a { background-color: rgb(251,230,50); }
div.DivClassName
{
background-color: #FBE632;
}
.BgClassName
{
background-color: #FBE632;
}
</style>
border-color css
<style>
span { border-color: #FBE632; }
span { border-color: rgb(251,230,50); }
td.TdClassName
{
border-color: #FBE632;
}
.TagClassName
{
border-color: #FBE632;
}
</style>