Shades of Gorse #FFFA3C
Tints of Gorse #FFFA3C
RGB
CMYK
RGB Variations
Color information
#FFFA3C (or 0xFFFA3C) is known color: Gorse. HEX triplet: FF, FA and 3C. RGB value is (255,250,60). Sum of RGB (Red+Green+Blue) = 255+250+60=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 60 (23.83% from 255 or 10.62% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA3C is #0005C3. Grayscale: #E6E6E6. Windows color (decimal): -1476 or 3996415. OLE color: 3996415.
HSL color Cylindrical-coordinate representation of color #FFFA3C: hue angle of 58.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFFA3C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 60 | - |
| CMYK | 0 | 0.02 | 0.76 | 0 |
| HSL | 58.46º | 1% | 0.62% | - |
| HSV(B) | 58.46º | 0.76% | 1% | - |
| XYZ | 76.24 | 89.96 | 17.62 | - |
| YUV | 229.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 60 | 0 | 0.02 | 0.76 | 0 | 58.46 | 1 | 0.62 |
| Hex | FF | FA | 3C | 0 | 2 | 4C | 0 | 3A | 64 | 3E |
| Octal | 377 | 372 | 74 | 0 | 2 | 114 | 0 | 72 | 144 | 76 |
| Binary | 11111111 | 11111010 | 111100 | 0 | 10 | 1001100 | 0 | 111010 | 1100100 | 111110 |
Color Harmonies of #FFFA3C
Complementary color
Monochromatic Colors of #FFFA3C
Black with #FFFA3C
Text Example
Text Example
White with #FFFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA3C; }
p { color: rgb(255,250,60); }
H1.HeaderClassName
{
color: #FFFA3C;
}
.AnyTagClassName
{
color: #FFFA3C;
}
</style>
background-color css
<style>
a { background-color: #FFFA3C; }
a { background-color: rgb(255,250,60); }
div.DivClassName
{
background-color: #FFFA3C;
}
.BgClassName
{
background-color: #FFFA3C;
}
</style>
border-color css
<style>
span { border-color: #FFFA3C; }
span { border-color: rgb(255,250,60); }
td.TdClassName
{
border-color: #FFFA3C;
}
.TagClassName
{
border-color: #FFFA3C;
}
</style>