Shades of Gorse #FADF2C
Tints of Gorse #FADF2C
RGB
CMYK
RGB Variations
Color information
#FADF2C (or 0xFADF2C) is known color: Gorse. HEX triplet: FA, DF and 2C. RGB value is (250,223,44). Sum of RGB (Red+Green+Blue) = 250+223+44=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF2C is #0520D3. Grayscale: #D3D3D3. Windows color (decimal): -336084 or 2940922. OLE color: 2940922.
HSL color Cylindrical-coordinate representation of color #FADF2C: hue angle of 52.14º 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 #FADF2C is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 44 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.02 |
| HSL | 52.14º | 0.95% | 0.58% | - |
| HSV(B) | 52.14º | 0.82% | 0.98% | - |
| XYZ | 66.27 | 73.28 | 13.03 | - |
| YUV | 210.67 | 33.95 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 44 | 0 | 0.11 | 0.82 | 0.02 | 52.14 | 0.95 | 0.58 |
| Hex | FA | DF | 2C | 0 | B | 52 | 2 | 34 | 5F | 3A |
| Octal | 372 | 337 | 54 | 0 | 13 | 122 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011111 | 101100 | 0 | 1011 | 1010010 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADF2C
Complementary color
Monochromatic Colors of #FADF2C
Black with #FADF2C
Text Example
Text Example
White with #FADF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF2C; }
p { color: rgb(250,223,44); }
H1.HeaderClassName
{
color: #FADF2C;
}
.AnyTagClassName
{
color: #FADF2C;
}
</style>
background-color css
<style>
a { background-color: #FADF2C; }
a { background-color: rgb(250,223,44); }
div.DivClassName
{
background-color: #FADF2C;
}
.BgClassName
{
background-color: #FADF2C;
}
</style>
border-color css
<style>
span { border-color: #FADF2C; }
span { border-color: rgb(250,223,44); }
td.TdClassName
{
border-color: #FADF2C;
}
.TagClassName
{
border-color: #FADF2C;
}
</style>