Shades of Gorse #FAFA38
Tints of Gorse #FAFA38
RGB
CMYK
RGB Variations
Color information
#FAFA38 (or 0xFAFA38) is known color: Gorse. HEX triplet: FA, FA and 38. RGB value is (250,250,56). Sum of RGB (Red+Green+Blue) = 250+250+56=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 56 (22.27% from 255 or 10.07% from 556); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA38 is #0505C7. Grayscale: #E4E4E4. Windows color (decimal): -329160 or 3734266. OLE color: 3734266.
HSL color Cylindrical-coordinate representation of color #FAFA38: hue angle of 60º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAFA38 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 56 | - |
| CMYK | 0 | 0 | 0.78 | 0.02 |
| HSL | 60º | 0.95% | 0.6% | - |
| HSV(B) | 60º | 0.78% | 0.98% | - |
| XYZ | 74.32 | 88.98 | 17 | - |
| YUV | 227.88 | 31 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 56 | 0 | 0 | 0.78 | 0.02 | 60 | 0.95 | 0.6 |
| Hex | FA | FA | 38 | 0 | 0 | 4E | 2 | 3C | 5F | 3C |
| Octal | 372 | 372 | 70 | 0 | 0 | 116 | 2 | 74 | 137 | 74 |
| Binary | 11111010 | 11111010 | 111000 | 0 | 0 | 1001110 | 10 | 111100 | 1011111 | 111100 |
Color Harmonies of #FAFA38
Complementary color
Monochromatic Colors of #FAFA38
Black with #FAFA38
Text Example
Text Example
White with #FAFA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA38; }
p { color: rgb(250,250,56); }
H1.HeaderClassName
{
color: #FAFA38;
}
.AnyTagClassName
{
color: #FAFA38;
}
</style>
background-color css
<style>
a { background-color: #FAFA38; }
a { background-color: rgb(250,250,56); }
div.DivClassName
{
background-color: #FAFA38;
}
.BgClassName
{
background-color: #FAFA38;
}
</style>
border-color css
<style>
span { border-color: #FAFA38; }
span { border-color: rgb(250,250,56); }
td.TdClassName
{
border-color: #FAFA38;
}
.TagClassName
{
border-color: #FAFA38;
}
</style>