#FAE143

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

Shades of Gorse #FAE143

Tints of Gorse #FAE143

Color information

#FAE143 (or 0xFAE143) is unknown color: approx Gorse. HEX triplet: FA, E1 and 43. RGB value is (250,225,67). Sum of RGB (Red+Green+Blue) = 250+225+67=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 67 (26.56% from 255 or 12.36% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE143 is #051EBC. Grayscale: #D7D7D7. Windows color (decimal): -335549 or 4448762. OLE color: 4448762.

HSL color Cylindrical-coordinate representation of color #FAE143: hue angle of 51.8º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAE143 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB25022567-
CMYK00.100.730.02
HSL51.8º94.82%62.16%-
HSV(B)51.8º73.2%98.04%-
XYZ67.3674.5816.16-
YUV214.4644.78153.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.13%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 67 (26.56% from 255) = 12.36%
R=46.13%
G=41.51%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502256700.100.730.0251.894.8262.16
HexFAE1430A492345f3e
Octal37234110301211126413776
Binary11111010111000011000011010101001001101101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE143; }

 p { color: rgb(250,225,67); }

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

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

 a { background-color: rgb(250,225,67); }

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

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

 span { border-color: rgb(250,225,67); }

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