Shades of Gorse #FAF52A
Tints of Gorse #FAF52A
RGB
CMYK
RGB Variations
Color information
#FAF52A (or 0xFAF52A) is known color: Gorse. HEX triplet: FA, F5 and 2A. RGB value is (250,245,42). Sum of RGB (Red+Green+Blue) = 250+245+42=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 42 (16.80% from 255 or 7.82% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF52A is #050AD5. Grayscale: #E0E0E0. Windows color (decimal): -330454 or 2815482. OLE color: 2815482.
HSL color Cylindrical-coordinate representation of color #FAF52A: hue angle of 58.56º 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 #FAF52A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.02 |
| HSL | 58.56º | 0.95% | 0.57% | - |
| HSV(B) | 58.56º | 0.83% | 0.98% | - |
| XYZ | 72.49 | 85.8 | 14.93 | - |
| YUV | 223.35 | 25.66 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 42 | 0 | 0.02 | 0.83 | 0.02 | 58.56 | 0.95 | 0.57 |
| Hex | FA | F5 | 2A | 0 | 2 | 53 | 2 | 3B | 5F | 39 |
| Octal | 372 | 365 | 52 | 0 | 2 | 123 | 2 | 73 | 137 | 71 |
| Binary | 11111010 | 11110101 | 101010 | 0 | 10 | 1010011 | 10 | 111011 | 1011111 | 111001 |
Color Harmonies of #FAF52A
Complementary color
Monochromatic Colors of #FAF52A
Black with #FAF52A
Text Example
Text Example
White with #FAF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF52A; }
p { color: rgb(250,245,42); }
H1.HeaderClassName
{
color: #FAF52A;
}
.AnyTagClassName
{
color: #FAF52A;
}
</style>
background-color css
<style>
a { background-color: #FAF52A; }
a { background-color: rgb(250,245,42); }
div.DivClassName
{
background-color: #FAF52A;
}
.BgClassName
{
background-color: #FAF52A;
}
</style>
border-color css
<style>
span { border-color: #FAF52A; }
span { border-color: rgb(250,245,42); }
td.TdClassName
{
border-color: #FAF52A;
}
.TagClassName
{
border-color: #FAF52A;
}
</style>