Shades of Gorse #FFF033
Tints of Gorse #FFF033
RGB
CMYK
RGB Variations
Color information
#FFF033 (or 0xFFF033) is known color: Gorse. HEX triplet: FF, F0 and 33. RGB value is (255,240,51). Sum of RGB (Red+Green+Blue) = 255+240+51=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 51 (20.31% from 255 or 9.34% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF033 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF033 is #000FCC. Grayscale: #DFDFDF. Windows color (decimal): -4045 or 3404031. OLE color: 3404031.
HSL color Cylindrical-coordinate representation of color #FFF033: hue angle of 55.59º 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 #FFF033 is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 51 | - |
| CMYK | 0 | 0.06 | 0.8 | 0 |
| HSL | 55.59º | 1% | 0.6% | - |
| HSV(B) | 55.59º | 0.8% | 1% | - |
| XYZ | 73 | 83.82 | 15.46 | - |
| YUV | 222.94 | 30.97 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 51 | 0 | 0.06 | 0.8 | 0 | 55.59 | 1 | 0.6 |
| Hex | FF | F0 | 33 | 0 | 6 | 50 | 0 | 38 | 64 | 3C |
| Octal | 377 | 360 | 63 | 0 | 6 | 120 | 0 | 70 | 144 | 74 |
| Binary | 11111111 | 11110000 | 110011 | 0 | 110 | 1010000 | 0 | 111000 | 1100100 | 111100 |
Color Harmonies of #FFF033
Complementary color
Monochromatic Colors of #FFF033
Black with #FFF033
Text Example
Text Example
White with #FFF033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF033; }
p { color: rgb(255,240,51); }
H1.HeaderClassName
{
color: #FFF033;
}
.AnyTagClassName
{
color: #FFF033;
}
</style>
background-color css
<style>
a { background-color: #FFF033; }
a { background-color: rgb(255,240,51); }
div.DivClassName
{
background-color: #FFF033;
}
.BgClassName
{
background-color: #FFF033;
}
</style>
border-color css
<style>
span { border-color: #FFF033; }
span { border-color: rgb(255,240,51); }
td.TdClassName
{
border-color: #FFF033;
}
.TagClassName
{
border-color: #FFF033;
}
</style>