Shades of Gorse #FADF2D
Tints of Gorse #FADF2D
RGB
CMYK
RGB Variations
Color information
#FADF2D (or 0xFADF2D) is known color: Gorse. HEX triplet: FA, DF and 2D. RGB value is (250,223,45). Sum of RGB (Red+Green+Blue) = 250+223+45=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF2D is #0520D2. Grayscale: #D3D3D3. Windows color (decimal): -336083 or 3006458. OLE color: 3006458.
HSL color Cylindrical-coordinate representation of color #FADF2D: hue angle of 52.1º 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 #FADF2D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.02 |
| HSL | 52.1º | 0.95% | 0.58% | - |
| HSV(B) | 52.1º | 0.82% | 0.98% | - |
| XYZ | 66.29 | 73.29 | 13.14 | - |
| YUV | 210.78 | 34.45 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 45 | 0 | 0.11 | 0.82 | 0.02 | 52.1 | 0.95 | 0.58 |
| Hex | FA | DF | 2D | 0 | B | 52 | 2 | 34 | 5F | 3A |
| Octal | 372 | 337 | 55 | 0 | 13 | 122 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011111 | 101101 | 0 | 1011 | 1010010 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADF2D
Complementary color
Monochromatic Colors of #FADF2D
Black with #FADF2D
Text Example
Text Example
White with #FADF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF2D; }
p { color: rgb(250,223,45); }
H1.HeaderClassName
{
color: #FADF2D;
}
.AnyTagClassName
{
color: #FADF2D;
}
</style>
background-color css
<style>
a { background-color: #FADF2D; }
a { background-color: rgb(250,223,45); }
div.DivClassName
{
background-color: #FADF2D;
}
.BgClassName
{
background-color: #FADF2D;
}
</style>
border-color css
<style>
span { border-color: #FADF2D; }
span { border-color: rgb(250,223,45); }
td.TdClassName
{
border-color: #FADF2D;
}
.TagClassName
{
border-color: #FADF2D;
}
</style>