#F2E340

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

Shades of Gorse #F2E340

Tints of Gorse #F2E340

Color information

#F2E340 (or 0xF2E340) is unknown color: approx Gorse. HEX triplet: F2, E3 and 40. RGB value is (242,227,64). Sum of RGB (Red+Green+Blue) = 242+227+64=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E340 is #0D1CBF. Grayscale: #D5D5D5. Windows color (decimal): -859328 or 4252658. OLE color: 4252658.

HSL color Cylindrical-coordinate representation of color #F2E340: hue angle of 54.94º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2E340 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24222764-
CMYK00.060.740.05
HSL54.94º87.25%60%-
HSV(B)54.94º73.55%94.9%-
XYZ65.0174.1915.74-
YUV212.943.97148.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 227 (89.06% from 255) = 42.59%
BLUE value IS 64 (25.39% from 255) = 12.01%
R=45.40%
G=42.59%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422276400.060.740.0554.9487.2560
HexF2E340064A537573c
Octal3623431000611256712774
Binary11110010111000111000000011010010101011101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E340; }

 p { color: rgb(242,227,64); }

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

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

 a { background-color: rgb(242,227,64); }

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

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

 span { border-color: rgb(242,227,64); }

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