Shades of Gorse #FAFF30
Tints of Gorse #FAFF30
RGB
CMYK
RGB Variations
Color information
#FAFF30 (or 0xFAFF30) is known color: Gorse. HEX triplet: FA, FF and 30. RGB value is (250,255,48). Sum of RGB (Red+Green+Blue) = 250+255+48=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 48 (19.14% from 255 or 8.68% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF30 is #0500CF. Grayscale: #E6E6E6. Windows color (decimal): -327888 or 3211258. OLE color: 3211258.
HSL color Cylindrical-coordinate representation of color #FAFF30: hue angle of 61.45º 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 #FAFF30 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 48 | - |
| CMYK | 0.02 | 0 | 0.81 | 0 |
| HSL | 61.45º | 1% | 0.59% | - |
| HSV(B) | 61.45º | 0.81% | 1% | - |
| XYZ | 75.72 | 92.06 | 16.57 | - |
| YUV | 229.91 | 25.34 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 48 | 0.02 | 0 | 0.81 | 0 | 61.45 | 1 | 0.59 |
| Hex | FA | FF | 30 | 2 | 0 | 51 | 0 | 3D | 64 | 3B |
| Octal | 372 | 377 | 60 | 2 | 0 | 121 | 0 | 75 | 144 | 73 |
| Binary | 11111010 | 11111111 | 110000 | 10 | 0 | 1010001 | 0 | 111101 | 1100100 | 111011 |
Color Harmonies of #FAFF30
Complementary color
Monochromatic Colors of #FAFF30
Black with #FAFF30
Text Example
Text Example
White with #FAFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF30; }
p { color: rgb(250,255,48); }
H1.HeaderClassName
{
color: #FAFF30;
}
.AnyTagClassName
{
color: #FAFF30;
}
</style>
background-color css
<style>
a { background-color: #FAFF30; }
a { background-color: rgb(250,255,48); }
div.DivClassName
{
background-color: #FAFF30;
}
.BgClassName
{
background-color: #FAFF30;
}
</style>
border-color css
<style>
span { border-color: #FAFF30; }
span { border-color: rgb(250,255,48); }
td.TdClassName
{
border-color: #FAFF30;
}
.TagClassName
{
border-color: #FAFF30;
}
</style>