Shades of Gorse #F6DF30
Tints of Gorse #F6DF30
RGB
CMYK
RGB Variations
Color information
#F6DF30 (or 0xF6DF30) is known color: Gorse. HEX triplet: F6, DF and 30. RGB value is (246,223,48). Sum of RGB (Red+Green+Blue) = 246+223+48=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 48 (19.14% from 255 or 9.28% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DF30 is #0920CF. Grayscale: #D2D2D2. Windows color (decimal): -598224 or 3203062. OLE color: 3203062.
HSL color Cylindrical-coordinate representation of color #F6DF30: hue angle of 53.03º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6DF30 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 48 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.04 |
| HSL | 53.03º | 0.92% | 0.58% | - |
| HSV(B) | 53.03º | 0.8% | 0.96% | - |
| XYZ | 64.93 | 72.58 | 13.38 | - |
| YUV | 209.93 | 36.62 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 48 | 0 | 0.09 | 0.80 | 0.04 | 53.03 | 0.92 | 0.58 |
| Hex | F6 | DF | 30 | 0 | 9 | 50 | 4 | 35 | 5C | 3A |
| Octal | 366 | 337 | 60 | 0 | 11 | 120 | 4 | 65 | 134 | 72 |
| Binary | 11110110 | 11011111 | 110000 | 0 | 1001 | 1010000 | 100 | 110101 | 1011100 | 111010 |
Color Harmonies of #F6DF30
Complementary color
Monochromatic Colors of #F6DF30
Black with #F6DF30
Text Example
Text Example
White with #F6DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF30; }
p { color: rgb(246,223,48); }
H1.HeaderClassName
{
color: #F6DF30;
}
.AnyTagClassName
{
color: #F6DF30;
}
</style>
background-color css
<style>
a { background-color: #F6DF30; }
a { background-color: rgb(246,223,48); }
div.DivClassName
{
background-color: #F6DF30;
}
.BgClassName
{
background-color: #F6DF30;
}
</style>
border-color css
<style>
span { border-color: #F6DF30; }
span { border-color: rgb(246,223,48); }
td.TdClassName
{
border-color: #F6DF30;
}
.TagClassName
{
border-color: #F6DF30;
}
</style>