Shades of Gorse #FFF830
Tints of Gorse #FFF830
RGB
CMYK
RGB Variations
Color information
#FFF830 (or 0xFFF830) is known color: Gorse. HEX triplet: FF, F8 and 30. RGB value is (255,248,48). Sum of RGB (Red+Green+Blue) = 255+248+48=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 48 (19.14% from 255 or 8.71% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF830 is #0007CF. Grayscale: #E4E4E4. Windows color (decimal): -2000 or 3209471. OLE color: 3209471.
HSL color Cylindrical-coordinate representation of color #FFF830: hue angle of 57.97º 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 #FFF830 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 48 | - |
| CMYK | 0 | 0.03 | 0.81 | 0 |
| HSL | 57.97º | 1% | 0.59% | - |
| HSV(B) | 57.97º | 0.81% | 1% | - |
| XYZ | 75.34 | 88.61 | 15.93 | - |
| YUV | 227.29 | 26.82 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 48 | 0 | 0.03 | 0.81 | 0 | 57.97 | 1 | 0.59 |
| Hex | FF | F8 | 30 | 0 | 3 | 51 | 0 | 3A | 64 | 3B |
| Octal | 377 | 370 | 60 | 0 | 3 | 121 | 0 | 72 | 144 | 73 |
| Binary | 11111111 | 11111000 | 110000 | 0 | 11 | 1010001 | 0 | 111010 | 1100100 | 111011 |
Color Harmonies of #FFF830
Complementary color
Monochromatic Colors of #FFF830
Black with #FFF830
Text Example
Text Example
White with #FFF830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF830; }
p { color: rgb(255,248,48); }
H1.HeaderClassName
{
color: #FFF830;
}
.AnyTagClassName
{
color: #FFF830;
}
</style>
background-color css
<style>
a { background-color: #FFF830; }
a { background-color: rgb(255,248,48); }
div.DivClassName
{
background-color: #FFF830;
}
.BgClassName
{
background-color: #FFF830;
}
</style>
border-color css
<style>
span { border-color: #FFF830; }
span { border-color: rgb(255,248,48); }
td.TdClassName
{
border-color: #FFF830;
}
.TagClassName
{
border-color: #FFF830;
}
</style>