#FAEB6C

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

Shades of Witch Haze #FAEB6C

Tints of Witch Haze #FAEB6C

Color information

#FAEB6C (or 0xFAEB6C) is unknown color: approx Witch Haze. HEX triplet: FA, EB and 6C. RGB value is (250,235,108). Sum of RGB (Red+Green+Blue) = 250+235+108=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 108 (42.58% from 255 or 18.21% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEB6C is #051493. Grayscale: #E1E1E1. Windows color (decimal): -332948 or 7138298. OLE color: 7138298.

HSL color Cylindrical-coordinate representation of color #FAEB6C: hue angle of 53.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAEB6C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB250235108-
CMYK00.060.570.02
HSL53.66º93.42%70.2%-
HSV(B)53.66º56.8%98.04%-
XYZ71.8480.8226-
YUV225.0161.97145.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 108 (42.58% from 255) = 18.21%
R=42.16%
G=39.63%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023510800.060.570.0253.6693.4270.2
HexFAEB6C06392365d46
Octal3723531540671266135106
Binary1111101011101011110110001101110011011011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEB6C; }

 p { color: rgb(250,235,108); }

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

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

 a { background-color: rgb(250,235,108); }

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

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

 span { border-color: rgb(250,235,108); }

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