Shades of Gorse #FADF3C
Tints of Gorse #FADF3C
RGB
CMYK
RGB Variations
Color information
#FADF3C (or 0xFADF3C) is known color: Gorse. HEX triplet: FA, DF and 3C. RGB value is (250,223,60). Sum of RGB (Red+Green+Blue) = 250+223+60=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 60 (23.83% from 255 or 11.26% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF3C is #0520C3. Grayscale: #D5D5D5. Windows color (decimal): -336068 or 3989498. OLE color: 3989498.
HSL color Cylindrical-coordinate representation of color #FADF3C: hue angle of 51.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FADF3C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 60 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.02 |
| HSL | 51.47º | 0.95% | 0.61% | - |
| HSV(B) | 51.47º | 0.76% | 0.98% | - |
| XYZ | 66.63 | 73.43 | 14.94 | - |
| YUV | 212.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 60 | 0 | 0.11 | 0.76 | 0.02 | 51.47 | 0.95 | 0.61 |
| Hex | FA | DF | 3C | 0 | B | 4C | 2 | 33 | 5F | 3D |
| Octal | 372 | 337 | 74 | 0 | 13 | 114 | 2 | 63 | 137 | 75 |
| Binary | 11111010 | 11011111 | 111100 | 0 | 1011 | 1001100 | 10 | 110011 | 1011111 | 111101 |
Color Harmonies of #FADF3C
Complementary color
Monochromatic Colors of #FADF3C
Black with #FADF3C
Text Example
Text Example
White with #FADF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF3C; }
p { color: rgb(250,223,60); }
H1.HeaderClassName
{
color: #FADF3C;
}
.AnyTagClassName
{
color: #FADF3C;
}
</style>
background-color css
<style>
a { background-color: #FADF3C; }
a { background-color: rgb(250,223,60); }
div.DivClassName
{
background-color: #FADF3C;
}
.BgClassName
{
background-color: #FADF3C;
}
</style>
border-color css
<style>
span { border-color: #FADF3C; }
span { border-color: rgb(250,223,60); }
td.TdClassName
{
border-color: #FADF3C;
}
.TagClassName
{
border-color: #FADF3C;
}
</style>