Shades of Gorse #FADE25
Tints of Gorse #FADE25
RGB
CMYK
RGB Variations
Color information
#FADE25 (or 0xFADE25) is known color: Gorse. HEX triplet: FA, DE and 25. RGB value is (250,222,37). Sum of RGB (Red+Green+Blue) = 250+222+37=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE25 is #0521DA. Grayscale: #D2D2D2. Windows color (decimal): -336347 or 2481914. OLE color: 2481914.
HSL color Cylindrical-coordinate representation of color #FADE25: hue angle of 52.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FADE25 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 37 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.02 |
| HSL | 52.11º | 0.96% | 0.56% | - |
| HSV(B) | 52.11º | 0.85% | 0.98% | - |
| XYZ | 65.88 | 72.7 | 12.31 | - |
| YUV | 209.28 | 30.78 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 37 | 0 | 0.11 | 0.85 | 0.02 | 52.11 | 0.96 | 0.56 |
| Hex | FA | DE | 25 | 0 | B | 55 | 2 | 34 | 60 | 38 |
| Octal | 372 | 336 | 45 | 0 | 13 | 125 | 2 | 64 | 140 | 70 |
| Binary | 11111010 | 11011110 | 100101 | 0 | 1011 | 1010101 | 10 | 110100 | 1100000 | 111000 |
Color Harmonies of #FADE25
Complementary color
Monochromatic Colors of #FADE25
Black with #FADE25
Text Example
Text Example
White with #FADE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE25; }
p { color: rgb(250,222,37); }
H1.HeaderClassName
{
color: #FADE25;
}
.AnyTagClassName
{
color: #FADE25;
}
</style>
background-color css
<style>
a { background-color: #FADE25; }
a { background-color: rgb(250,222,37); }
div.DivClassName
{
background-color: #FADE25;
}
.BgClassName
{
background-color: #FADE25;
}
</style>
border-color css
<style>
span { border-color: #FADE25; }
span { border-color: rgb(250,222,37); }
td.TdClassName
{
border-color: #FADE25;
}
.TagClassName
{
border-color: #FADE25;
}
</style>