Shades of Gorse #FFFF38
Tints of Gorse #FFFF38
RGB
CMYK
RGB Variations
Color information
#FFFF38 (or 0xFFFF38) is known color: Gorse. HEX triplet: FF, FF and 38. RGB value is (255,255,56). Sum of RGB (Red+Green+Blue) = 255+255+56=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 56 (22.27% from 255 or 9.89% from 566); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF38 is #0000C7. Grayscale: #E9E9E9. Windows color (decimal): -200 or 3735551. OLE color: 3735551.
HSL color Cylindrical-coordinate representation of color #FFFF38: hue angle of 60º 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 #FFFF38 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 56 | - |
| CMYK | 0 | 0 | 0.78 | 0 |
| HSL | 60º | 1% | 0.61% | - |
| HSV(B) | 60º | 0.78% | 1% | - |
| XYZ | 77.71 | 93.07 | 17.61 | - |
| YUV | 232.31 | 28.5 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 56 | 0 | 0 | 0.78 | 0 | 60 | 1 | 0.61 |
| Hex | FF | FF | 38 | 0 | 0 | 4E | 0 | 3C | 64 | 3D |
| Octal | 377 | 377 | 70 | 0 | 0 | 116 | 0 | 74 | 144 | 75 |
| Binary | 11111111 | 11111111 | 111000 | 0 | 0 | 1001110 | 0 | 111100 | 1100100 | 111101 |
Color Harmonies of #FFFF38
Complementary color
Monochromatic Colors of #FFFF38
Black with #FFFF38
Text Example
Text Example
White with #FFFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF38; }
p { color: rgb(255,255,56); }
H1.HeaderClassName
{
color: #FFFF38;
}
.AnyTagClassName
{
color: #FFFF38;
}
</style>
background-color css
<style>
a { background-color: #FFFF38; }
a { background-color: rgb(255,255,56); }
div.DivClassName
{
background-color: #FFFF38;
}
.BgClassName
{
background-color: #FFFF38;
}
</style>
border-color css
<style>
span { border-color: #FFFF38; }
span { border-color: rgb(255,255,56); }
td.TdClassName
{
border-color: #FFFF38;
}
.TagClassName
{
border-color: #FFFF38;
}
</style>