Shades of Gorse #FFFF32
Tints of Gorse #FFFF32
RGB
CMYK
RGB Variations
Color information
#FFFF32 (or 0xFFFF32) is known color: Gorse. HEX triplet: FF, FF and 32. RGB value is (255,255,50). Sum of RGB (Red+Green+Blue) = 255+255+50=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 50 (19.92% from 255 or 8.93% from 560); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF32 is #0000CD. Grayscale: #E8E8E8. Windows color (decimal): -206 or 3342335. OLE color: 3342335.
HSL color Cylindrical-coordinate representation of color #FFFF32: hue angle of 60º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFFF32 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 50 | - |
CMYK | 0 | 0 | 0.80 | 0 |
HSL | 60º | 1% | 0.6% | - |
HSV(B) | 60º | 0.8% | 1% | - |
XYZ | 77.58 | 93.01 | 16.88 | - |
YUV | 231.63 | 25.5 | 144.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 50 | 0 | 0 | 0.80 | 0 | 60 | 1 | 0.6 |
Hex | FF | FF | 32 | 0 | 0 | 50 | 0 | 3C | 64 | 3C |
Octal | 377 | 377 | 62 | 0 | 0 | 120 | 0 | 74 | 144 | 74 |
Binary | 11111111 | 11111111 | 110010 | 0 | 0 | 1010000 | 0 | 111100 | 1100100 | 111100 |
Color Harmonies of #FFFF32
Complementary color
Monochromatic Colors of #FFFF32
Black with #FFFF32
Text Example
Text Example
White with #FFFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF32; }
p { color: rgb(255,255,50); }
H1.HeaderClassName
{
color: #FFFF32;
}
.AnyTagClassName
{
color: #FFFF32;
}
</style>
background-color css
<style>
a { background-color: #FFFF32; }
a { background-color: rgb(255,255,50); }
div.DivClassName
{
background-color: #FFFF32;
}
.BgClassName
{
background-color: #FFFF32;
}
</style>
border-color css
<style>
span { border-color: #FFFF32; }
span { border-color: rgb(255,255,50); }
td.TdClassName
{
border-color: #FFFF32;
}
.TagClassName
{
border-color: #FFFF32;
}
</style>