#F2E73D

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

Shades of Gorse #F2E73D

Tints of Gorse #F2E73D

Color information

#F2E73D (or 0xF2E73D) is unknown color: approx Gorse. HEX triplet: F2, E7 and 3D. RGB value is (242,231,61). Sum of RGB (Red+Green+Blue) = 242+231+61=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 61 (24.22% from 255 or 11.42% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E73D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E73D is #0D18C2. Grayscale: #D7D7D7. Windows color (decimal): -858307 or 4057074. OLE color: 4057074.

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

Color convert

RGB24223161-
CMYK00.050.750.05
HSL56.35º87.44%59.41%-
HSV(B)56.35º74.79%94.9%-
XYZ66.0476.3715.67-
YUV214.9141.14147.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 61 (24.22% from 255) = 11.42%
R=45.32%
G=43.26%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422316100.050.750.0556.3587.4459.41
HexF2E73D054B538573b
Octal362347750511357012773
Binary1111001011100111111101010110010111011110001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E73D; }

 p { color: rgb(242,231,61); }

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

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

 a { background-color: rgb(242,231,61); }

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

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

 span { border-color: rgb(242,231,61); }

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