Shades of Gorse #FAF728
Tints of Gorse #FAF728
RGB
CMYK
RGB Variations
Color information
#FAF728 (or 0xFAF728) is known color: Gorse. HEX triplet: FA, F7 and 28. RGB value is (250,247,40). Sum of RGB (Red+Green+Blue) = 250+247+40=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 40 (16.02% from 255 or 7.45% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF728 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF728 is #0508D7. Grayscale: #E1E1E1. Windows color (decimal): -329944 or 2684922. OLE color: 2684922.
HSL color Cylindrical-coordinate representation of color #FAF728: hue angle of 59.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAF728 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 40 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.02 |
| HSL | 59.14º | 0.95% | 0.57% | - |
| HSV(B) | 59.14º | 0.84% | 0.98% | - |
| XYZ | 73.07 | 87 | 14.95 | - |
| YUV | 224.3 | 23.99 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 40 | 0 | 0.01 | 0.84 | 0.02 | 59.14 | 0.95 | 0.57 |
| Hex | FA | F7 | 28 | 0 | 1 | 54 | 2 | 3B | 5F | 39 |
| Octal | 372 | 367 | 50 | 0 | 1 | 124 | 2 | 73 | 137 | 71 |
| Binary | 11111010 | 11110111 | 101000 | 0 | 1 | 1010100 | 10 | 111011 | 1011111 | 111001 |
Color Harmonies of #FAF728
Complementary color
Monochromatic Colors of #FAF728
Black with #FAF728
Text Example
Text Example
White with #FAF728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF728; }
p { color: rgb(250,247,40); }
H1.HeaderClassName
{
color: #FAF728;
}
.AnyTagClassName
{
color: #FAF728;
}
</style>
background-color css
<style>
a { background-color: #FAF728; }
a { background-color: rgb(250,247,40); }
div.DivClassName
{
background-color: #FAF728;
}
.BgClassName
{
background-color: #FAF728;
}
</style>
border-color css
<style>
span { border-color: #FAF728; }
span { border-color: rgb(250,247,40); }
td.TdClassName
{
border-color: #FAF728;
}
.TagClassName
{
border-color: #FAF728;
}
</style>