Shades of Gorse #FADF23
Tints of Gorse #FADF23
RGB
CMYK
RGB Variations
Color information
#FADF23 (or 0xFADF23) is known color: Gorse. HEX triplet: FA, DF and 23. RGB value is (250,223,35). Sum of RGB (Red+Green+Blue) = 250+223+35=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 35 (14.06% from 255 or 6.89% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF23 is #0520DC. Grayscale: #D2D2D2. Windows color (decimal): -336093 or 2351098. OLE color: 2351098.
HSL color Cylindrical-coordinate representation of color #FADF23: hue angle of 52.47º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FADF23 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 35 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.02 |
| HSL | 52.47º | 0.96% | 0.56% | - |
| HSV(B) | 52.47º | 0.86% | 0.98% | - |
| XYZ | 66.12 | 73.22 | 12.24 | - |
| YUV | 209.64 | 29.45 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 35 | 0 | 0.11 | 0.86 | 0.02 | 52.47 | 0.96 | 0.56 |
| Hex | FA | DF | 23 | 0 | B | 56 | 2 | 34 | 60 | 38 |
| Octal | 372 | 337 | 43 | 0 | 13 | 126 | 2 | 64 | 140 | 70 |
| Binary | 11111010 | 11011111 | 100011 | 0 | 1011 | 1010110 | 10 | 110100 | 1100000 | 111000 |
Color Harmonies of #FADF23
Complementary color
Monochromatic Colors of #FADF23
Black with #FADF23
Text Example
Text Example
White with #FADF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF23; }
p { color: rgb(250,223,35); }
H1.HeaderClassName
{
color: #FADF23;
}
.AnyTagClassName
{
color: #FADF23;
}
</style>
background-color css
<style>
a { background-color: #FADF23; }
a { background-color: rgb(250,223,35); }
div.DivClassName
{
background-color: #FADF23;
}
.BgClassName
{
background-color: #FADF23;
}
</style>
border-color css
<style>
span { border-color: #FADF23; }
span { border-color: rgb(250,223,35); }
td.TdClassName
{
border-color: #FADF23;
}
.TagClassName
{
border-color: #FADF23;
}
</style>