#FAEB70

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

Shades of Witch Haze #FAEB70

Tints of Witch Haze #FAEB70

Color information

#FAEB70 (or 0xFAEB70) is unknown color: approx Witch Haze. HEX triplet: FA, EB and 70. RGB value is (250,235,112). Sum of RGB (Red+Green+Blue) = 250+235+112=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 112 (44.14% from 255 or 18.76% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEB70 is #05148F. Grayscale: #E1E1E1. Windows color (decimal): -332944 or 7400442. OLE color: 7400442.

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

Color convert

RGB250235112-
CMYK00.060.550.02
HSL53.48º93.24%70.98%-
HSV(B)53.48º55.2%98.04%-
XYZ72.0680.9127.15-
YUV225.4663.97145.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 112 (44.14% from 255) = 18.76%
R=41.88%
G=39.36%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023511200.060.550.0253.4893.2470.98
HexFAEB7006372355d47
Octal3723531600667265135107
Binary1111101011101011111000001101101111011010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEB70; }

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

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

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

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

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

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

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

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