Shades of Gorse #FAF130
Tints of Gorse #FAF130
RGB
CMYK
RGB Variations
Color information
#FAF130 (or 0xFAF130) is known color: Gorse. HEX triplet: FA, F1 and 30. RGB value is (250,241,48). Sum of RGB (Red+Green+Blue) = 250+241+48=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 48 (19.14% from 255 or 8.91% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF130 is #050ECF. Grayscale: #DEDEDE. Windows color (decimal): -331472 or 3207674. OLE color: 3207674.
HSL color Cylindrical-coordinate representation of color #FAF130: hue angle of 57.33º 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 #FAF130 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 48 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.02 |
| HSL | 57.33º | 0.95% | 0.58% | - |
| HSV(B) | 57.33º | 0.81% | 0.98% | - |
| XYZ | 71.41 | 83.45 | 15.14 | - |
| YUV | 221.69 | 29.98 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 48 | 0 | 0.04 | 0.81 | 0.02 | 57.33 | 0.95 | 0.58 |
| Hex | FA | F1 | 30 | 0 | 4 | 51 | 2 | 39 | 5F | 3A |
| Octal | 372 | 361 | 60 | 0 | 4 | 121 | 2 | 71 | 137 | 72 |
| Binary | 11111010 | 11110001 | 110000 | 0 | 100 | 1010001 | 10 | 111001 | 1011111 | 111010 |
Color Harmonies of #FAF130
Complementary color
Monochromatic Colors of #FAF130
Black with #FAF130
Text Example
Text Example
White with #FAF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF130; }
p { color: rgb(250,241,48); }
H1.HeaderClassName
{
color: #FAF130;
}
.AnyTagClassName
{
color: #FAF130;
}
</style>
background-color css
<style>
a { background-color: #FAF130; }
a { background-color: rgb(250,241,48); }
div.DivClassName
{
background-color: #FAF130;
}
.BgClassName
{
background-color: #FAF130;
}
</style>
border-color css
<style>
span { border-color: #FAF130; }
span { border-color: rgb(250,241,48); }
td.TdClassName
{
border-color: #FAF130;
}
.TagClassName
{
border-color: #FAF130;
}
</style>