Shades of Gorse #FADF38
Tints of Gorse #FADF38
RGB
CMYK
RGB Variations
Color information
#FADF38 (or 0xFADF38) is known color: Gorse. HEX triplet: FA, DF and 38. RGB value is (250,223,56). Sum of RGB (Red+Green+Blue) = 250+223+56=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 56 (22.27% from 255 or 10.59% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF38 is #0520C7. Grayscale: #D4D4D4. Windows color (decimal): -336072 or 3727354. OLE color: 3727354.
HSL color Cylindrical-coordinate representation of color #FADF38: hue angle of 51.65º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FADF38 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 56 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.02 |
| HSL | 51.65º | 0.95% | 0.6% | - |
| HSV(B) | 51.65º | 0.78% | 0.98% | - |
| XYZ | 66.53 | 73.38 | 14.4 | - |
| YUV | 212.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 56 | 0 | 0.11 | 0.78 | 0.02 | 51.65 | 0.95 | 0.6 |
| Hex | FA | DF | 38 | 0 | B | 4E | 2 | 34 | 5F | 3C |
| Octal | 372 | 337 | 70 | 0 | 13 | 116 | 2 | 64 | 137 | 74 |
| Binary | 11111010 | 11011111 | 111000 | 0 | 1011 | 1001110 | 10 | 110100 | 1011111 | 111100 |
Color Harmonies of #FADF38
Complementary color
Monochromatic Colors of #FADF38
Black with #FADF38
Text Example
Text Example
White with #FADF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF38; }
p { color: rgb(250,223,56); }
H1.HeaderClassName
{
color: #FADF38;
}
.AnyTagClassName
{
color: #FADF38;
}
</style>
background-color css
<style>
a { background-color: #FADF38; }
a { background-color: rgb(250,223,56); }
div.DivClassName
{
background-color: #FADF38;
}
.BgClassName
{
background-color: #FADF38;
}
</style>
border-color css
<style>
span { border-color: #FADF38; }
span { border-color: rgb(250,223,56); }
td.TdClassName
{
border-color: #FADF38;
}
.TagClassName
{
border-color: #FADF38;
}
</style>