Shades of Gorse #FFFF30
Tints of Gorse #FFFF30
RGB
CMYK
RGB Variations
Color information
#FFFF30 (or 0xFFFF30) is known color: Gorse. HEX triplet: FF, FF and 30. RGB value is (255,255,48). Sum of RGB (Red+Green+Blue) = 255+255+48=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 48 (19.14% from 255 or 8.60% from 558); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF30 is #0000CF. Grayscale: #E8E8E8. Windows color (decimal): -208 or 3211263. OLE color: 3211263.
HSL color Cylindrical-coordinate representation of color #FFFF30: hue angle of 60º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFFF30 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 48 | - |
| CMYK | 0 | 0 | 0.81 | 0 |
| HSL | 60º | 1% | 0.59% | - |
| HSV(B) | 60º | 0.81% | 1% | - |
| XYZ | 77.53 | 92.99 | 16.66 | - |
| YUV | 231.4 | 24.5 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 48 | 0 | 0 | 0.81 | 0 | 60 | 1 | 0.59 |
| Hex | FF | FF | 30 | 0 | 0 | 51 | 0 | 3C | 64 | 3B |
| Octal | 377 | 377 | 60 | 0 | 0 | 121 | 0 | 74 | 144 | 73 |
| Binary | 11111111 | 11111111 | 110000 | 0 | 0 | 1010001 | 0 | 111100 | 1100100 | 111011 |
Color Harmonies of #FFFF30
Complementary color
Monochromatic Colors of #FFFF30
Black with #FFFF30
Text Example
Text Example
White with #FFFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF30; }
p { color: rgb(255,255,48); }
H1.HeaderClassName
{
color: #FFFF30;
}
.AnyTagClassName
{
color: #FFFF30;
}
</style>
background-color css
<style>
a { background-color: #FFFF30; }
a { background-color: rgb(255,255,48); }
div.DivClassName
{
background-color: #FFFF30;
}
.BgClassName
{
background-color: #FFFF30;
}
</style>
border-color css
<style>
span { border-color: #FFFF30; }
span { border-color: rgb(255,255,48); }
td.TdClassName
{
border-color: #FFFF30;
}
.TagClassName
{
border-color: #FFFF30;
}
</style>