#FFE642

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

Shades of Gorse #FFE642

Tints of Gorse #FFE642

Color information

#FFE642 (or 0xFFE642) is unknown color: approx Gorse. HEX triplet: FF, E6 and 42. RGB value is (255,230,66). Sum of RGB (Red+Green+Blue) = 255+230+66=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 66 (26.17% from 255 or 11.98% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE642 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE642 is #0019BD. Grayscale: #DBDBDB. Windows color (decimal): -6590 or 4384511. OLE color: 4384511.

HSL color Cylindrical-coordinate representation of color #FFE642: hue angle of 52.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFE642 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB25523066-
CMYK00.100.740
HSL52.06º100%62.94%-
HSV(B)52.06º74.12%100%-
XYZ70.5278.2516.54-
YUV218.7841.78153.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 230 (90.23% from 255) = 41.74%
BLUE value IS 66 (26.17% from 255) = 11.98%
R=46.28%
G=41.74%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552306600.100.74052.0610062.94
HexFFE6420A4A034643f
Octal37734610201211206414477
Binary1111111111100110100001001010100101001101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE642; }

 p { color: rgb(255,230,66); }

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

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

 a { background-color: rgb(255,230,66); }

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

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

 span { border-color: rgb(255,230,66); }

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