Shades of Gorse #FAF630
Tints of Gorse #FAF630
RGB
CMYK
RGB Variations
Color information
#FAF630 (or 0xFAF630) is known color: Gorse. HEX triplet: FA, F6 and 30. RGB value is (250,246,48). Sum of RGB (Red+Green+Blue) = 250+246+48=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 48 (19.14% from 255 or 8.82% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF630 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF630 is #0509CF. Grayscale: #E1E1E1. Windows color (decimal): -330192 or 3208954. OLE color: 3208954.
HSL color Cylindrical-coordinate representation of color #FAF630: hue angle of 58.81º 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 #FAF630 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 48 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.02 |
| HSL | 58.81º | 0.95% | 0.58% | - |
| HSV(B) | 58.81º | 0.81% | 0.98% | - |
| XYZ | 72.91 | 86.45 | 15.64 | - |
| YUV | 224.62 | 28.33 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 48 | 0 | 0.02 | 0.81 | 0.02 | 58.81 | 0.95 | 0.58 |
| Hex | FA | F6 | 30 | 0 | 2 | 51 | 2 | 3B | 5F | 3A |
| Octal | 372 | 366 | 60 | 0 | 2 | 121 | 2 | 73 | 137 | 72 |
| Binary | 11111010 | 11110110 | 110000 | 0 | 10 | 1010001 | 10 | 111011 | 1011111 | 111010 |
Color Harmonies of #FAF630
Complementary color
Monochromatic Colors of #FAF630
Black with #FAF630
Text Example
Text Example
White with #FAF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF630; }
p { color: rgb(250,246,48); }
H1.HeaderClassName
{
color: #FAF630;
}
.AnyTagClassName
{
color: #FAF630;
}
</style>
background-color css
<style>
a { background-color: #FAF630; }
a { background-color: rgb(250,246,48); }
div.DivClassName
{
background-color: #FAF630;
}
.BgClassName
{
background-color: #FAF630;
}
</style>
border-color css
<style>
span { border-color: #FAF630; }
span { border-color: rgb(250,246,48); }
td.TdClassName
{
border-color: #FAF630;
}
.TagClassName
{
border-color: #FAF630;
}
</style>