Shades of Gorse #FAFE38
Tints of Gorse #FAFE38
RGB
CMYK
RGB Variations
Color information
#FAFE38 (or 0xFAFE38) is known color: Gorse. HEX triplet: FA, FE and 38. RGB value is (250,254,56). Sum of RGB (Red+Green+Blue) = 250+254+56=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 56 (22.27% from 255 or 10% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE38 is #0501C7. Grayscale: #E7E7E7. Windows color (decimal): -328136 or 3735290. OLE color: 3735290.
HSL color Cylindrical-coordinate representation of color #FAFE38: hue angle of 61.21º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAFE38 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 56 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.00 |
| HSL | 61.21º | 0.99% | 0.61% | - |
| HSV(B) | 61.21º | 0.78% | 1% | - |
| XYZ | 75.58 | 91.49 | 17.42 | - |
| YUV | 230.23 | 29.67 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 56 | 0.02 | 0 | 0.78 | 0.00 | 61.21 | 0.99 | 0.61 |
| Hex | FA | FE | 38 | 2 | 0 | 4E | 0 | 3D | 63 | 3D |
| Octal | 372 | 376 | 70 | 2 | 0 | 116 | 0 | 75 | 143 | 75 |
| Binary | 11111010 | 11111110 | 111000 | 10 | 0 | 1001110 | 0 | 111101 | 1100011 | 111101 |
Color Harmonies of #FAFE38
Complementary color
Monochromatic Colors of #FAFE38
Black with #FAFE38
Text Example
Text Example
White with #FAFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE38; }
p { color: rgb(250,254,56); }
H1.HeaderClassName
{
color: #FAFE38;
}
.AnyTagClassName
{
color: #FAFE38;
}
</style>
background-color css
<style>
a { background-color: #FAFE38; }
a { background-color: rgb(250,254,56); }
div.DivClassName
{
background-color: #FAFE38;
}
.BgClassName
{
background-color: #FAFE38;
}
</style>
border-color css
<style>
span { border-color: #FAFE38; }
span { border-color: rgb(250,254,56); }
td.TdClassName
{
border-color: #FAFE38;
}
.TagClassName
{
border-color: #FAFE38;
}
</style>