Shades of Gorse #FADF2F
Tints of Gorse #FADF2F
RGB
CMYK
RGB Variations
Color information
#FADF2F (or 0xFADF2F) is known color: Gorse. HEX triplet: FA, DF and 2F. RGB value is (250,223,47). Sum of RGB (Red+Green+Blue) = 250+223+47=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF2F is #0520D0. Grayscale: #D3D3D3. Windows color (decimal): -336081 or 3137530. OLE color: 3137530.
HSL color Cylindrical-coordinate representation of color #FADF2F: hue angle of 52.02º 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 #FADF2F is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 47 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.02 |
| HSL | 52.02º | 0.95% | 0.58% | - |
| HSV(B) | 52.02º | 0.81% | 0.98% | - |
| XYZ | 66.33 | 73.3 | 13.34 | - |
| YUV | 211.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 47 | 0 | 0.11 | 0.81 | 0.02 | 52.02 | 0.95 | 0.58 |
| Hex | FA | DF | 2F | 0 | B | 51 | 2 | 34 | 5F | 3A |
| Octal | 372 | 337 | 57 | 0 | 13 | 121 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011111 | 101111 | 0 | 1011 | 1010001 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADF2F
Complementary color
Monochromatic Colors of #FADF2F
Black with #FADF2F
Text Example
Text Example
White with #FADF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF2F; }
p { color: rgb(250,223,47); }
H1.HeaderClassName
{
color: #FADF2F;
}
.AnyTagClassName
{
color: #FADF2F;
}
</style>
background-color css
<style>
a { background-color: #FADF2F; }
a { background-color: rgb(250,223,47); }
div.DivClassName
{
background-color: #FADF2F;
}
.BgClassName
{
background-color: #FADF2F;
}
</style>
border-color css
<style>
span { border-color: #FADF2F; }
span { border-color: rgb(250,223,47); }
td.TdClassName
{
border-color: #FADF2F;
}
.TagClassName
{
border-color: #FADF2F;
}
</style>