#F6E230

Color #F6E230 Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #F6E230

Tints of Gorse #F6E230

Color information

#F6E230 (or 0xF6E230) is unknown color: approx Gorse. HEX triplet: F6, E2 and 30. RGB value is (246,226,48). Sum of RGB (Red+Green+Blue) = 246+226+48=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E230 is #091DCF. Grayscale: #D4D4D4. Windows color (decimal): -597456 or 3203830. OLE color: 3203830.

HSL color Cylindrical-coordinate representation of color #F6E230: hue angle of 53.94º 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 #F6E230 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24622648-
CMYK00.080.800.04
HSL53.94º91.67%57.65%-
HSV(B)53.94º80.49%96.47%-
XYZ65.7474.213.65-
YUV211.6935.63152.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 47.31%
GREEN value IS 226 (88.67% from 255) = 43.46%
BLUE value IS 48 (19.14% from 255) = 9.23%
R=47.31%
G=43.46%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462264800.080.800.0453.9491.6757.65
HexF6E23008504365c3a
Octal3663426001012046613472
Binary11110110111000101100000100010100001001101101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E230; }

 p { color: rgb(246,226,48); }

 H1.HeaderClassName
 {
   color: #F6E230;
 }
 .AnyTagClassName
 {
   color: #F6E230;
 }
</style>
background-color css

<style>
 a { background-color: #F6E230; }

 a { background-color: rgb(246,226,48); }

 div.DivClassName
 {
   background-color: #F6E230;
 }
 .BgClassName
 {
   background-color: #F6E230;
 }
</style>
border-color css

<style>
 span { border-color: #F6E230; }

 span { border-color: rgb(246,226,48); }

 td.TdClassName
 {
   border-color: #F6E230;
 }
 .TagClassName
 {
   border-color: #F6E230;
 }
</style>