Shades of Gorse #FAF430
Tints of Gorse #FAF430
RGB
CMYK
RGB Variations
Color information
#FAF430 (or 0xFAF430) is known color: Gorse. HEX triplet: FA, F4 and 30. RGB value is (250,244,48). Sum of RGB (Red+Green+Blue) = 250+244+48=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 48 (19.14% from 255 or 8.86% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF430 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF430 is #050BCF. Grayscale: #E0E0E0. Windows color (decimal): -330704 or 3208442. OLE color: 3208442.
HSL color Cylindrical-coordinate representation of color #FAF430: hue angle of 58.22º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAF430 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 48 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.02 |
| HSL | 58.22º | 0.95% | 0.58% | - |
| HSV(B) | 58.22º | 0.81% | 0.98% | - |
| XYZ | 72.31 | 85.24 | 15.44 | - |
| YUV | 223.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 48 | 0 | 0.02 | 0.81 | 0.02 | 58.22 | 0.95 | 0.58 |
| Hex | FA | F4 | 30 | 0 | 2 | 51 | 2 | 3A | 5F | 3A |
| Octal | 372 | 364 | 60 | 0 | 2 | 121 | 2 | 72 | 137 | 72 |
| Binary | 11111010 | 11110100 | 110000 | 0 | 10 | 1010001 | 10 | 111010 | 1011111 | 111010 |
Color Harmonies of #FAF430
Complementary color
Monochromatic Colors of #FAF430
Black with #FAF430
Text Example
Text Example
White with #FAF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF430; }
p { color: rgb(250,244,48); }
H1.HeaderClassName
{
color: #FAF430;
}
.AnyTagClassName
{
color: #FAF430;
}
</style>
background-color css
<style>
a { background-color: #FAF430; }
a { background-color: rgb(250,244,48); }
div.DivClassName
{
background-color: #FAF430;
}
.BgClassName
{
background-color: #FAF430;
}
</style>
border-color css
<style>
span { border-color: #FAF430; }
span { border-color: rgb(250,244,48); }
td.TdClassName
{
border-color: #FAF430;
}
.TagClassName
{
border-color: #FAF430;
}
</style>