Shades of Gorse #FAF02A
Tints of Gorse #FAF02A
RGB
CMYK
RGB Variations
Color information
#FAF02A (or 0xFAF02A) is known color: Gorse. HEX triplet: FA, F0 and 2A. RGB value is (250,240,42). Sum of RGB (Red+Green+Blue) = 250+240+42=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 42 (16.80% from 255 or 7.89% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF02A is #050FD5. Grayscale: #DDDDDD. Windows color (decimal): -331734 or 2814202. OLE color: 2814202.
HSL color Cylindrical-coordinate representation of color #FAF02A: hue angle of 57.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAF02A is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 42 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.02 |
| HSL | 57.12º | 0.95% | 0.57% | - |
| HSV(B) | 57.12º | 0.83% | 0.98% | - |
| XYZ | 71 | 82.81 | 14.43 | - |
| YUV | 220.42 | 27.31 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 42 | 0 | 0.04 | 0.83 | 0.02 | 57.12 | 0.95 | 0.57 |
| Hex | FA | F0 | 2A | 0 | 4 | 53 | 2 | 39 | 5F | 39 |
| Octal | 372 | 360 | 52 | 0 | 4 | 123 | 2 | 71 | 137 | 71 |
| Binary | 11111010 | 11110000 | 101010 | 0 | 100 | 1010011 | 10 | 111001 | 1011111 | 111001 |
Color Harmonies of #FAF02A
Complementary color
Monochromatic Colors of #FAF02A
Black with #FAF02A
Text Example
Text Example
White with #FAF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF02A; }
p { color: rgb(250,240,42); }
H1.HeaderClassName
{
color: #FAF02A;
}
.AnyTagClassName
{
color: #FAF02A;
}
</style>
background-color css
<style>
a { background-color: #FAF02A; }
a { background-color: rgb(250,240,42); }
div.DivClassName
{
background-color: #FAF02A;
}
.BgClassName
{
background-color: #FAF02A;
}
</style>
border-color css
<style>
span { border-color: #FAF02A; }
span { border-color: rgb(250,240,42); }
td.TdClassName
{
border-color: #FAF02A;
}
.TagClassName
{
border-color: #FAF02A;
}
</style>