Shades of Gorse #FFF330
Tints of Gorse #FFF330
RGB
CMYK
RGB Variations
Color information
#FFF330 (or 0xFFF330) is known color: Gorse. HEX triplet: FF, F3 and 30. RGB value is (255,243,48). Sum of RGB (Red+Green+Blue) = 255+243+48=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 48 (19.14% from 255 or 8.79% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF330 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF330 is #000CCF. Grayscale: #E1E1E1. Windows color (decimal): -3280 or 3208191. OLE color: 3208191.
HSL color Cylindrical-coordinate representation of color #FFF330: hue angle of 56.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFF330 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 48 | - |
| CMYK | 0 | 0.05 | 0.81 | 0 |
| HSL | 56.52º | 1% | 0.59% | - |
| HSV(B) | 56.52º | 0.81% | 1% | - |
| XYZ | 73.82 | 85.57 | 15.42 | - |
| YUV | 224.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 48 | 0 | 0.05 | 0.81 | 0 | 56.52 | 1 | 0.59 |
| Hex | FF | F3 | 30 | 0 | 5 | 51 | 0 | 39 | 64 | 3B |
| Octal | 377 | 363 | 60 | 0 | 5 | 121 | 0 | 71 | 144 | 73 |
| Binary | 11111111 | 11110011 | 110000 | 0 | 101 | 1010001 | 0 | 111001 | 1100100 | 111011 |
Color Harmonies of #FFF330
Complementary color
Monochromatic Colors of #FFF330
Black with #FFF330
Text Example
Text Example
White with #FFF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF330; }
p { color: rgb(255,243,48); }
H1.HeaderClassName
{
color: #FFF330;
}
.AnyTagClassName
{
color: #FFF330;
}
</style>
background-color css
<style>
a { background-color: #FFF330; }
a { background-color: rgb(255,243,48); }
div.DivClassName
{
background-color: #FFF330;
}
.BgClassName
{
background-color: #FFF330;
}
</style>
border-color css
<style>
span { border-color: #FFF330; }
span { border-color: rgb(255,243,48); }
td.TdClassName
{
border-color: #FFF330;
}
.TagClassName
{
border-color: #FFF330;
}
</style>