#FAED40

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

Shades of Gorse #FAED40

Tints of Gorse #FAED40

Color information

#FAED40 (or 0xFAED40) is unknown color: approx Gorse. HEX triplet: FA, ED and 40. RGB value is (250,237,64). Sum of RGB (Red+Green+Blue) = 250+237+64=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 64 (25.39% from 255 or 11.62% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAED40 is #0512BF. Grayscale: #DDDDDD. Windows color (decimal): -332480 or 4255226. OLE color: 4255226.

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

Color convert

RGB25023764-
CMYK00.050.740.02
HSL55.81º94.9%61.57%-
HSV(B)55.81º74.4%98.04%-
XYZ70.6381.2616.81-
YUV221.1639.31148.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 237 (92.97% from 255) = 43.01%
BLUE value IS 64 (25.39% from 255) = 11.62%
R=45.37%
G=43.01%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502376400.050.740.0255.8194.961.57
HexFAED40054A2385f3e
Octal3723551000511227013776
Binary1111101011101101100000001011001010101110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED40; }

 p { color: rgb(250,237,64); }

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

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

 a { background-color: rgb(250,237,64); }

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

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

 span { border-color: rgb(250,237,64); }

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