Shades of Gorse #FFFA3B
Tints of Gorse #FFFA3B
RGB
CMYK
RGB Variations
Color information
#FFFA3B (or 0xFFFA3B) is known color: Gorse. HEX triplet: FF, FA and 3B. RGB value is (255,250,59). Sum of RGB (Red+Green+Blue) = 255+250+59=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 59 (23.44% from 255 or 10.46% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA3B is #0005C4. Grayscale: #E6E6E6. Windows color (decimal): -1477 or 3930879. OLE color: 3930879.
HSL color Cylindrical-coordinate representation of color #FFFA3B: hue angle of 58.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFFA3B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 59 | - |
| CMYK | 0 | 0.02 | 0.77 | 0 |
| HSL | 58.47º | 1% | 0.62% | - |
| HSV(B) | 58.47º | 0.77% | 1% | - |
| XYZ | 76.22 | 89.95 | 17.48 | - |
| YUV | 229.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 59 | 0 | 0.02 | 0.77 | 0 | 58.47 | 1 | 0.62 |
| Hex | FF | FA | 3B | 0 | 2 | 4D | 0 | 3A | 64 | 3E |
| Octal | 377 | 372 | 73 | 0 | 2 | 115 | 0 | 72 | 144 | 76 |
| Binary | 11111111 | 11111010 | 111011 | 0 | 10 | 1001101 | 0 | 111010 | 1100100 | 111110 |
Color Harmonies of #FFFA3B
Complementary color
Monochromatic Colors of #FFFA3B
Black with #FFFA3B
Text Example
Text Example
White with #FFFA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA3B; }
p { color: rgb(255,250,59); }
H1.HeaderClassName
{
color: #FFFA3B;
}
.AnyTagClassName
{
color: #FFFA3B;
}
</style>
background-color css
<style>
a { background-color: #FFFA3B; }
a { background-color: rgb(255,250,59); }
div.DivClassName
{
background-color: #FFFA3B;
}
.BgClassName
{
background-color: #FFFA3B;
}
</style>
border-color css
<style>
span { border-color: #FFFA3B; }
span { border-color: rgb(255,250,59); }
td.TdClassName
{
border-color: #FFFA3B;
}
.TagClassName
{
border-color: #FFFA3B;
}
</style>