Shades of Gorse #FFF538
Tints of Gorse #FFF538
RGB
CMYK
RGB Variations
Color information
#FFF538 (or 0xFFF538) is known color: Gorse. HEX triplet: FF, F5 and 38. RGB value is (255,245,56). Sum of RGB (Red+Green+Blue) = 255+245+56=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 56 (22.27% from 255 or 10.07% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF538 is #000AC7. Grayscale: #E3E3E3. Windows color (decimal): -2760 or 3732991. OLE color: 3732991.
HSL color Cylindrical-coordinate representation of color #FFF538: hue angle of 56.98º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFF538 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 56 | - |
| CMYK | 0 | 0.04 | 0.78 | 0 |
| HSL | 56.98º | 1% | 0.61% | - |
| HSV(B) | 56.98º | 0.78% | 1% | - |
| XYZ | 74.61 | 86.85 | 16.57 | - |
| YUV | 226.44 | 31.81 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 56 | 0 | 0.04 | 0.78 | 0 | 56.98 | 1 | 0.61 |
| Hex | FF | F5 | 38 | 0 | 4 | 4E | 0 | 39 | 64 | 3D |
| Octal | 377 | 365 | 70 | 0 | 4 | 116 | 0 | 71 | 144 | 75 |
| Binary | 11111111 | 11110101 | 111000 | 0 | 100 | 1001110 | 0 | 111001 | 1100100 | 111101 |
Color Harmonies of #FFF538
Complementary color
Monochromatic Colors of #FFF538
Black with #FFF538
Text Example
Text Example
White with #FFF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF538; }
p { color: rgb(255,245,56); }
H1.HeaderClassName
{
color: #FFF538;
}
.AnyTagClassName
{
color: #FFF538;
}
</style>
background-color css
<style>
a { background-color: #FFF538; }
a { background-color: rgb(255,245,56); }
div.DivClassName
{
background-color: #FFF538;
}
.BgClassName
{
background-color: #FFF538;
}
</style>
border-color css
<style>
span { border-color: #FFF538; }
span { border-color: rgb(255,245,56); }
td.TdClassName
{
border-color: #FFF538;
}
.TagClassName
{
border-color: #FFF538;
}
</style>