Shades of Gorse #FAF02D
Tints of Gorse #FAF02D
RGB
CMYK
RGB Variations
Color information
#FAF02D (or 0xFAF02D) is known color: Gorse. HEX triplet: FA, F0 and 2D. RGB value is (250,240,45). Sum of RGB (Red+Green+Blue) = 250+240+45=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 45 (17.97% from 255 or 8.41% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF02D is #050FD2. Grayscale: #DDDDDD. Windows color (decimal): -331731 or 3010810. OLE color: 3010810.
HSL color Cylindrical-coordinate representation of color #FAF02D: hue angle of 57.07º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAF02D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 45 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.02 |
| HSL | 57.07º | 0.95% | 0.58% | - |
| HSV(B) | 57.07º | 0.82% | 0.98% | - |
| XYZ | 71.06 | 82.83 | 14.73 | - |
| YUV | 220.76 | 28.81 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 45 | 0 | 0.04 | 0.82 | 0.02 | 57.07 | 0.95 | 0.58 |
| Hex | FA | F0 | 2D | 0 | 4 | 52 | 2 | 39 | 5F | 3A |
| Octal | 372 | 360 | 55 | 0 | 4 | 122 | 2 | 71 | 137 | 72 |
| Binary | 11111010 | 11110000 | 101101 | 0 | 100 | 1010010 | 10 | 111001 | 1011111 | 111010 |
Color Harmonies of #FAF02D
Complementary color
Monochromatic Colors of #FAF02D
Black with #FAF02D
Text Example
Text Example
White with #FAF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF02D; }
p { color: rgb(250,240,45); }
H1.HeaderClassName
{
color: #FAF02D;
}
.AnyTagClassName
{
color: #FAF02D;
}
</style>
background-color css
<style>
a { background-color: #FAF02D; }
a { background-color: rgb(250,240,45); }
div.DivClassName
{
background-color: #FAF02D;
}
.BgClassName
{
background-color: #FAF02D;
}
</style>
border-color css
<style>
span { border-color: #FAF02D; }
span { border-color: rgb(250,240,45); }
td.TdClassName
{
border-color: #FAF02D;
}
.TagClassName
{
border-color: #FAF02D;
}
</style>