Shades of Gorse #FAF328
Tints of Gorse #FAF328
RGB
CMYK
RGB Variations
Color information
#FAF328 (or 0xFAF328) is known color: Gorse. HEX triplet: FA, F3 and 28. RGB value is (250,243,40). Sum of RGB (Red+Green+Blue) = 250+243+40=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 40 (16.02% from 255 or 7.50% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF328 is #050CD7. Grayscale: #DEDEDE. Windows color (decimal): -330968 or 2683898. OLE color: 2683898.
HSL color Cylindrical-coordinate representation of color #FAF328: hue angle of 58º 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 #FAF328 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 40 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.02 |
| HSL | 58º | 0.95% | 0.57% | - |
| HSV(B) | 58º | 0.84% | 0.98% | - |
| XYZ | 71.86 | 84.58 | 14.55 | - |
| YUV | 221.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 40 | 0 | 0.03 | 0.84 | 0.02 | 58 | 0.95 | 0.57 |
| Hex | FA | F3 | 28 | 0 | 3 | 54 | 2 | 3A | 5F | 39 |
| Octal | 372 | 363 | 50 | 0 | 3 | 124 | 2 | 72 | 137 | 71 |
| Binary | 11111010 | 11110011 | 101000 | 0 | 11 | 1010100 | 10 | 111010 | 1011111 | 111001 |
Color Harmonies of #FAF328
Complementary color
Monochromatic Colors of #FAF328
Black with #FAF328
Text Example
Text Example
White with #FAF328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF328; }
p { color: rgb(250,243,40); }
H1.HeaderClassName
{
color: #FAF328;
}
.AnyTagClassName
{
color: #FAF328;
}
</style>
background-color css
<style>
a { background-color: #FAF328; }
a { background-color: rgb(250,243,40); }
div.DivClassName
{
background-color: #FAF328;
}
.BgClassName
{
background-color: #FAF328;
}
</style>
border-color css
<style>
span { border-color: #FAF328; }
span { border-color: rgb(250,243,40); }
td.TdClassName
{
border-color: #FAF328;
}
.TagClassName
{
border-color: #FAF328;
}
</style>