#FCEA7B

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

Shades of Witch Haze #FCEA7B

Tints of Witch Haze #FCEA7B

Color information

#FCEA7B (or 0xFCEA7B) is unknown color: approx Witch Haze. HEX triplet: FC, EA and 7B. RGB value is (252,234,123). Sum of RGB (Red+Green+Blue) = 252+234+123=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 123 (48.44% from 255 or 20.20% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA7B is #031584. Grayscale: #E3E3E3. Windows color (decimal): -202117 or 8121084. OLE color: 8121084.

HSL color Cylindrical-coordinate representation of color #FCEA7B: hue angle of 51.63º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCEA7B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB252234123-
CMYK00.070.510.01
HSL51.63º95.56%73.53%-
HSV(B)51.63º51.19%98.82%-
XYZ73.1480.9730.51-
YUV226.7369.46146.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 123 (48.44% from 255) = 20.20%
R=41.38%
G=38.42%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223412300.070.510.0151.6395.5673.53
HexFCEA7B0733134604a
Octal3743521730763164140112
Binary111111001110101011110110111110011111010011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA7B; }

 p { color: rgb(252,234,123); }

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

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

 a { background-color: rgb(252,234,123); }

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

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

 span { border-color: rgb(252,234,123); }

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