Shades of Gorse #FADB3A
Tints of Gorse #FADB3A
RGB
CMYK
RGB Variations
Color information
#FADB3A (or 0xFADB3A) is known color: Gorse. HEX triplet: FA, DB and 3A. RGB value is (250,219,58). Sum of RGB (Red+Green+Blue) = 250+219+58=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB3A is #0524C5. Grayscale: #D2D2D2. Windows color (decimal): -337094 or 3857402. OLE color: 3857402.
HSL color Cylindrical-coordinate representation of color #FADB3A: hue angle of 50.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FADB3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.02 |
| HSL | 50.31º | 0.95% | 0.6% | - |
| HSV(B) | 50.31º | 0.77% | 0.98% | - |
| XYZ | 65.52 | 71.29 | 14.31 | - |
| YUV | 209.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 58 | 0 | 0.12 | 0.77 | 0.02 | 50.31 | 0.95 | 0.6 |
| Hex | FA | DB | 3A | 0 | C | 4D | 2 | 32 | 5F | 3C |
| Octal | 372 | 333 | 72 | 0 | 14 | 115 | 2 | 62 | 137 | 74 |
| Binary | 11111010 | 11011011 | 111010 | 0 | 1100 | 1001101 | 10 | 110010 | 1011111 | 111100 |
Color Harmonies of #FADB3A
Complementary color
Monochromatic Colors of #FADB3A
Black with #FADB3A
Text Example
Text Example
White with #FADB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB3A; }
p { color: rgb(250,219,58); }
H1.HeaderClassName
{
color: #FADB3A;
}
.AnyTagClassName
{
color: #FADB3A;
}
</style>
background-color css
<style>
a { background-color: #FADB3A; }
a { background-color: rgb(250,219,58); }
div.DivClassName
{
background-color: #FADB3A;
}
.BgClassName
{
background-color: #FADB3A;
}
</style>
border-color css
<style>
span { border-color: #FADB3A; }
span { border-color: rgb(250,219,58); }
td.TdClassName
{
border-color: #FADB3A;
}
.TagClassName
{
border-color: #FADB3A;
}
</style>