Shades of Gorse #FAFA30
Tints of Gorse #FAFA30
RGB
CMYK
RGB Variations
Color information
#FAFA30 (or 0xFAFA30) is known color: Gorse. HEX triplet: FA, FA and 30. RGB value is (250,250,48). Sum of RGB (Red+Green+Blue) = 250+250+48=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 48 (19.14% from 255 or 8.76% from 548); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA30 is #0505CF. Grayscale: #E3E3E3. Windows color (decimal): -329168 or 3209978. OLE color: 3209978.
HSL color Cylindrical-coordinate representation of color #FAFA30: hue angle of 60º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAFA30 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 48 | - |
| CMYK | 0 | 0 | 0.81 | 0.02 |
| HSL | 60º | 0.95% | 0.58% | - |
| HSV(B) | 60º | 0.81% | 0.98% | - |
| XYZ | 74.14 | 88.91 | 16.05 | - |
| YUV | 226.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 48 | 0 | 0 | 0.81 | 0.02 | 60 | 0.95 | 0.58 |
| Hex | FA | FA | 30 | 0 | 0 | 51 | 2 | 3C | 5F | 3A |
| Octal | 372 | 372 | 60 | 0 | 0 | 121 | 2 | 74 | 137 | 72 |
| Binary | 11111010 | 11111010 | 110000 | 0 | 0 | 1010001 | 10 | 111100 | 1011111 | 111010 |
Color Harmonies of #FAFA30
Complementary color
Monochromatic Colors of #FAFA30
Black with #FAFA30
Text Example
Text Example
White with #FAFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA30; }
p { color: rgb(250,250,48); }
H1.HeaderClassName
{
color: #FAFA30;
}
.AnyTagClassName
{
color: #FAFA30;
}
</style>
background-color css
<style>
a { background-color: #FAFA30; }
a { background-color: rgb(250,250,48); }
div.DivClassName
{
background-color: #FAFA30;
}
.BgClassName
{
background-color: #FAFA30;
}
</style>
border-color css
<style>
span { border-color: #FAFA30; }
span { border-color: rgb(250,250,48); }
td.TdClassName
{
border-color: #FAFA30;
}
.TagClassName
{
border-color: #FAFA30;
}
</style>