Shades of Gorse #FFF52B
Tints of Gorse #FFF52B
RGB
CMYK
RGB Variations
Color information
#FFF52B (or 0xFFF52B) is known color: Gorse. HEX triplet: FF, F5 and 2B. RGB value is (255,245,43). Sum of RGB (Red+Green+Blue) = 255+245+43=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 43 (17.19% from 255 or 7.92% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF52B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF52B is #000AD4. Grayscale: #E1E1E1. Windows color (decimal): -2773 or 2881023. OLE color: 2881023.
HSL color Cylindrical-coordinate representation of color #FFF52B: hue angle of 57.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFF52B is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 43 | - |
| CMYK | 0 | 0.04 | 0.83 | 0 |
| HSL | 57.17º | 1% | 0.58% | - |
| HSV(B) | 57.17º | 0.83% | 1% | - |
| XYZ | 74.33 | 86.74 | 15.11 | - |
| YUV | 224.96 | 25.31 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 43 | 0 | 0.04 | 0.83 | 0 | 57.17 | 1 | 0.58 |
| Hex | FF | F5 | 2B | 0 | 4 | 53 | 0 | 39 | 64 | 3A |
| Octal | 377 | 365 | 53 | 0 | 4 | 123 | 0 | 71 | 144 | 72 |
| Binary | 11111111 | 11110101 | 101011 | 0 | 100 | 1010011 | 0 | 111001 | 1100100 | 111010 |
Color Harmonies of #FFF52B
Complementary color
Monochromatic Colors of #FFF52B
Black with #FFF52B
Text Example
Text Example
White with #FFF52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF52B; }
p { color: rgb(255,245,43); }
H1.HeaderClassName
{
color: #FFF52B;
}
.AnyTagClassName
{
color: #FFF52B;
}
</style>
background-color css
<style>
a { background-color: #FFF52B; }
a { background-color: rgb(255,245,43); }
div.DivClassName
{
background-color: #FFF52B;
}
.BgClassName
{
background-color: #FFF52B;
}
</style>
border-color css
<style>
span { border-color: #FFF52B; }
span { border-color: rgb(255,245,43); }
td.TdClassName
{
border-color: #FFF52B;
}
.TagClassName
{
border-color: #FFF52B;
}
</style>