Shades of Gorse #FADF30
Tints of Gorse #FADF30
RGB
CMYK
RGB Variations
Color information
#FADF30 (or 0xFADF30) is known color: Gorse. HEX triplet: FA, DF and 30. RGB value is (250,223,48). Sum of RGB (Red+Green+Blue) = 250+223+48=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF30 is #0520CF. Grayscale: #D3D3D3. Windows color (decimal): -336080 or 3203066. OLE color: 3203066.
HSL color Cylindrical-coordinate representation of color #FADF30: hue angle of 51.98º 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 #FADF30 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 48 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.02 |
| HSL | 51.98º | 0.95% | 0.58% | - |
| HSV(B) | 51.98º | 0.81% | 0.98% | - |
| XYZ | 66.35 | 73.31 | 13.45 | - |
| YUV | 211.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 48 | 0 | 0.11 | 0.81 | 0.02 | 51.98 | 0.95 | 0.58 |
| Hex | FA | DF | 30 | 0 | B | 51 | 2 | 34 | 5F | 3A |
| Octal | 372 | 337 | 60 | 0 | 13 | 121 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011111 | 110000 | 0 | 1011 | 1010001 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADF30
Complementary color
Monochromatic Colors of #FADF30
Black with #FADF30
Text Example
Text Example
White with #FADF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF30; }
p { color: rgb(250,223,48); }
H1.HeaderClassName
{
color: #FADF30;
}
.AnyTagClassName
{
color: #FADF30;
}
</style>
background-color css
<style>
a { background-color: #FADF30; }
a { background-color: rgb(250,223,48); }
div.DivClassName
{
background-color: #FADF30;
}
.BgClassName
{
background-color: #FADF30;
}
</style>
border-color css
<style>
span { border-color: #FADF30; }
span { border-color: rgb(250,223,48); }
td.TdClassName
{
border-color: #FADF30;
}
.TagClassName
{
border-color: #FADF30;
}
</style>