Shades of Gorse #FAF52C
Tints of Gorse #FAF52C
RGB
CMYK
RGB Variations
Color information
#FAF52C (or 0xFAF52C) is known color: Gorse. HEX triplet: FA, F5 and 2C. RGB value is (250,245,44). Sum of RGB (Red+Green+Blue) = 250+245+44=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 44 (17.58% from 255 or 8.16% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF52C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF52C is #050AD3. Grayscale: #E0E0E0. Windows color (decimal): -330452 or 2946554. OLE color: 2946554.
HSL color Cylindrical-coordinate representation of color #FAF52C: hue angle of 58.54º 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 #FAF52C is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 44 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.02 |
| HSL | 58.54º | 0.95% | 0.58% | - |
| HSV(B) | 58.54º | 0.82% | 0.98% | - |
| XYZ | 72.53 | 85.81 | 15.12 | - |
| YUV | 223.58 | 26.66 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 44 | 0 | 0.02 | 0.82 | 0.02 | 58.54 | 0.95 | 0.58 |
| Hex | FA | F5 | 2C | 0 | 2 | 52 | 2 | 3B | 5F | 3A |
| Octal | 372 | 365 | 54 | 0 | 2 | 122 | 2 | 73 | 137 | 72 |
| Binary | 11111010 | 11110101 | 101100 | 0 | 10 | 1010010 | 10 | 111011 | 1011111 | 111010 |
Color Harmonies of #FAF52C
Complementary color
Monochromatic Colors of #FAF52C
Black with #FAF52C
Text Example
Text Example
White with #FAF52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF52C; }
p { color: rgb(250,245,44); }
H1.HeaderClassName
{
color: #FAF52C;
}
.AnyTagClassName
{
color: #FAF52C;
}
</style>
background-color css
<style>
a { background-color: #FAF52C; }
a { background-color: rgb(250,245,44); }
div.DivClassName
{
background-color: #FAF52C;
}
.BgClassName
{
background-color: #FAF52C;
}
</style>
border-color css
<style>
span { border-color: #FAF52C; }
span { border-color: rgb(250,245,44); }
td.TdClassName
{
border-color: #FAF52C;
}
.TagClassName
{
border-color: #FAF52C;
}
</style>