Shades of Gorse #FAFA34
Tints of Gorse #FAFA34
RGB
CMYK
RGB Variations
Color information
#FAFA34 (or 0xFAFA34) is known color: Gorse. HEX triplet: FA, FA and 34. RGB value is (250,250,52). Sum of RGB (Red+Green+Blue) = 250+250+52=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 52 (20.70% from 255 or 9.42% from 552); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA34 is #0505CB. Grayscale: #E4E4E4. Windows color (decimal): -329164 or 3472122. OLE color: 3472122.
HSL color Cylindrical-coordinate representation of color #FAFA34: hue angle of 60º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FAFA34 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 52 | - |
| CMYK | 0 | 0 | 0.79 | 0.02 |
| HSL | 60º | 0.95% | 0.59% | - |
| HSV(B) | 60º | 0.79% | 0.98% | - |
| XYZ | 74.23 | 88.94 | 16.5 | - |
| YUV | 227.43 | 29 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 52 | 0 | 0 | 0.79 | 0.02 | 60 | 0.95 | 0.59 |
| Hex | FA | FA | 34 | 0 | 0 | 4F | 2 | 3C | 5F | 3B |
| Octal | 372 | 372 | 64 | 0 | 0 | 117 | 2 | 74 | 137 | 73 |
| Binary | 11111010 | 11111010 | 110100 | 0 | 0 | 1001111 | 10 | 111100 | 1011111 | 111011 |
Color Harmonies of #FAFA34
Complementary color
Monochromatic Colors of #FAFA34
Black with #FAFA34
Text Example
Text Example
White with #FAFA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA34; }
p { color: rgb(250,250,52); }
H1.HeaderClassName
{
color: #FAFA34;
}
.AnyTagClassName
{
color: #FAFA34;
}
</style>
background-color css
<style>
a { background-color: #FAFA34; }
a { background-color: rgb(250,250,52); }
div.DivClassName
{
background-color: #FAFA34;
}
.BgClassName
{
background-color: #FAFA34;
}
</style>
border-color css
<style>
span { border-color: #FAFA34; }
span { border-color: rgb(250,250,52); }
td.TdClassName
{
border-color: #FAFA34;
}
.TagClassName
{
border-color: #FAFA34;
}
</style>