Shades of Gorse #FFFA2D
Tints of Gorse #FFFA2D
RGB
CMYK
RGB Variations
Color information
#FFFA2D (or 0xFFFA2D) is known color: Gorse. HEX triplet: FF, FA and 2D. RGB value is (255,250,45). Sum of RGB (Red+Green+Blue) = 255+250+45=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 45 (17.97% from 255 or 8.18% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA2D is #0005D2. Grayscale: #E4E4E4. Windows color (decimal): -1491 or 3013375. OLE color: 3013375.
HSL color Cylindrical-coordinate representation of color #FFFA2D: hue angle of 58.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFFA2D is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 45 | - |
CMYK | 0 | 0.02 | 0.82 | 0 |
HSL | 58.57º | 1% | 0.59% | - |
HSV(B) | 58.57º | 0.82% | 1% | - |
XYZ | 75.9 | 89.82 | 15.82 | - |
YUV | 228.13 | 24.66 | 147.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 45 | 0 | 0.02 | 0.82 | 0 | 58.57 | 1 | 0.59 |
Hex | FF | FA | 2D | 0 | 2 | 52 | 0 | 3B | 64 | 3B |
Octal | 377 | 372 | 55 | 0 | 2 | 122 | 0 | 73 | 144 | 73 |
Binary | 11111111 | 11111010 | 101101 | 0 | 10 | 1010010 | 0 | 111011 | 1100100 | 111011 |
Color Harmonies of #FFFA2D
Complementary color
Monochromatic Colors of #FFFA2D
Black with #FFFA2D
Text Example
Text Example
White with #FFFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA2D; }
p { color: rgb(255,250,45); }
H1.HeaderClassName
{
color: #FFFA2D;
}
.AnyTagClassName
{
color: #FFFA2D;
}
</style>
background-color css
<style>
a { background-color: #FFFA2D; }
a { background-color: rgb(255,250,45); }
div.DivClassName
{
background-color: #FFFA2D;
}
.BgClassName
{
background-color: #FFFA2D;
}
</style>
border-color css
<style>
span { border-color: #FFFA2D; }
span { border-color: rgb(255,250,45); }
td.TdClassName
{
border-color: #FFFA2D;
}
.TagClassName
{
border-color: #FFFA2D;
}
</style>