Shades of Gorse #FAF82D
Tints of Gorse #FAF82D
RGB
CMYK
RGB Variations
Color information
#FAF82D (or 0xFAF82D) is known color: Gorse. HEX triplet: FA, F8 and 2D. RGB value is (250,248,45). Sum of RGB (Red+Green+Blue) = 250+248+45=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 45 (17.97% from 255 or 8.29% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF82D is #0507D2. Grayscale: #E2E2E2. Windows color (decimal): -329683 or 3012858. OLE color: 3012858.
HSL color Cylindrical-coordinate representation of color #FAF82D: hue angle of 59.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAF82D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 45 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.02 |
| HSL | 59.41º | 0.95% | 0.58% | - |
| HSV(B) | 59.41º | 0.82% | 0.98% | - |
| XYZ | 73.47 | 87.65 | 15.53 | - |
| YUV | 225.46 | 26.16 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 45 | 0 | 0.01 | 0.82 | 0.02 | 59.41 | 0.95 | 0.58 |
| Hex | FA | F8 | 2D | 0 | 1 | 52 | 2 | 3B | 5F | 3A |
| Octal | 372 | 370 | 55 | 0 | 1 | 122 | 2 | 73 | 137 | 72 |
| Binary | 11111010 | 11111000 | 101101 | 0 | 1 | 1010010 | 10 | 111011 | 1011111 | 111010 |
Color Harmonies of #FAF82D
Complementary color
Monochromatic Colors of #FAF82D
Black with #FAF82D
Text Example
Text Example
White with #FAF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF82D; }
p { color: rgb(250,248,45); }
H1.HeaderClassName
{
color: #FAF82D;
}
.AnyTagClassName
{
color: #FAF82D;
}
</style>
background-color css
<style>
a { background-color: #FAF82D; }
a { background-color: rgb(250,248,45); }
div.DivClassName
{
background-color: #FAF82D;
}
.BgClassName
{
background-color: #FAF82D;
}
</style>
border-color css
<style>
span { border-color: #FAF82D; }
span { border-color: rgb(250,248,45); }
td.TdClassName
{
border-color: #FAF82D;
}
.TagClassName
{
border-color: #FAF82D;
}
</style>