Shades of Gorse #FAF533
Tints of Gorse #FAF533
RGB
CMYK
RGB Variations
Color information
#FAF533 (or 0xFAF533) is known color: Gorse. HEX triplet: FA, F5 and 33. RGB value is (250,245,51). Sum of RGB (Red+Green+Blue) = 250+245+51=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 51 (20.31% from 255 or 9.34% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF533 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF533 is #050ACC. Grayscale: #E1E1E1. Windows color (decimal): -330445 or 3405306. OLE color: 3405306.
HSL color Cylindrical-coordinate representation of color #FAF533: hue angle of 58.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAF533 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 51 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.02 |
| HSL | 58.49º | 0.95% | 0.59% | - |
| HSV(B) | 58.49º | 0.8% | 0.98% | - |
| XYZ | 72.67 | 85.87 | 15.88 | - |
| YUV | 224.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 51 | 0 | 0.02 | 0.80 | 0.02 | 58.49 | 0.95 | 0.59 |
| Hex | FA | F5 | 33 | 0 | 2 | 50 | 2 | 3A | 5F | 3B |
| Octal | 372 | 365 | 63 | 0 | 2 | 120 | 2 | 72 | 137 | 73 |
| Binary | 11111010 | 11110101 | 110011 | 0 | 10 | 1010000 | 10 | 111010 | 1011111 | 111011 |
Color Harmonies of #FAF533
Complementary color
Monochromatic Colors of #FAF533
Black with #FAF533
Text Example
Text Example
White with #FAF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF533; }
p { color: rgb(250,245,51); }
H1.HeaderClassName
{
color: #FAF533;
}
.AnyTagClassName
{
color: #FAF533;
}
</style>
background-color css
<style>
a { background-color: #FAF533; }
a { background-color: rgb(250,245,51); }
div.DivClassName
{
background-color: #FAF533;
}
.BgClassName
{
background-color: #FAF533;
}
</style>
border-color css
<style>
span { border-color: #FAF533; }
span { border-color: rgb(250,245,51); }
td.TdClassName
{
border-color: #FAF533;
}
.TagClassName
{
border-color: #FAF533;
}
</style>