Shades of Gorse #FAF239
Tints of Gorse #FAF239
RGB
CMYK
RGB Variations
Color information
#FAF239 (or 0xFAF239) is known color: Gorse. HEX triplet: FA, F2 and 39. RGB value is (250,242,57). Sum of RGB (Red+Green+Blue) = 250+242+57=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 57 (22.66% from 255 or 10.38% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF239 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF239 is #050DC6. Grayscale: #E0E0E0. Windows color (decimal): -331207 or 3797754. OLE color: 3797754.
HSL color Cylindrical-coordinate representation of color #FAF239: hue angle of 57.51º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAF239 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 57 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.02 |
| HSL | 57.51º | 0.95% | 0.6% | - |
| HSV(B) | 57.51º | 0.77% | 0.98% | - |
| XYZ | 71.91 | 84.12 | 16.32 | - |
| YUV | 223.3 | 34.15 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 57 | 0 | 0.03 | 0.77 | 0.02 | 57.51 | 0.95 | 0.6 |
| Hex | FA | F2 | 39 | 0 | 3 | 4D | 2 | 3A | 5F | 3C |
| Octal | 372 | 362 | 71 | 0 | 3 | 115 | 2 | 72 | 137 | 74 |
| Binary | 11111010 | 11110010 | 111001 | 0 | 11 | 1001101 | 10 | 111010 | 1011111 | 111100 |
Color Harmonies of #FAF239
Complementary color
Monochromatic Colors of #FAF239
Black with #FAF239
Text Example
Text Example
White with #FAF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF239; }
p { color: rgb(250,242,57); }
H1.HeaderClassName
{
color: #FAF239;
}
.AnyTagClassName
{
color: #FAF239;
}
</style>
background-color css
<style>
a { background-color: #FAF239; }
a { background-color: rgb(250,242,57); }
div.DivClassName
{
background-color: #FAF239;
}
.BgClassName
{
background-color: #FAF239;
}
</style>
border-color css
<style>
span { border-color: #FAF239; }
span { border-color: rgb(250,242,57); }
td.TdClassName
{
border-color: #FAF239;
}
.TagClassName
{
border-color: #FAF239;
}
</style>