#FAE443

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

Shades of Gorse #FAE443

Tints of Gorse #FAE443

Color information

#FAE443 (or 0xFAE443) is unknown color: approx Gorse. HEX triplet: FA, E4 and 43. RGB value is (250,228,67). Sum of RGB (Red+Green+Blue) = 250+228+67=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 67 (26.56% from 255 or 12.29% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE443 is #051BBC. Grayscale: #D8D8D8. Windows color (decimal): -334781 or 4449530. OLE color: 4449530.

HSL color Cylindrical-coordinate representation of color #FAE443: hue angle of 52.79º 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 #FAE443 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB25022867-
CMYK00.090.730.02
HSL52.79º94.82%62.16%-
HSV(B)52.79º73.2%98.04%-
XYZ68.1876.2216.43-
YUV216.2243.79152.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.87%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 67 (26.56% from 255) = 12.29%
R=45.87%
G=41.83%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502286700.090.730.0252.7994.8262.16
HexFAE44309492355f3e
Octal37234410301111126513776
Binary11111010111001001000011010011001001101101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE443; }

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

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

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

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

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

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

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

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