#FCEA6D

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

Shades of Witch Haze #FCEA6D

Tints of Witch Haze #FCEA6D

Color information

#FCEA6D (or 0xFCEA6D) is unknown color: approx Witch Haze. HEX triplet: FC, EA and 6D. RGB value is (252,234,109). Sum of RGB (Red+Green+Blue) = 252+234+109=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 109 (42.97% from 255 or 18.32% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA6D is #031592. Grayscale: #E1E1E1. Windows color (decimal): -202131 or 7203580. OLE color: 7203580.

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

Color convert

RGB252234109-
CMYK00.070.570.01
HSL52.45º95.97%70.78%-
HSV(B)52.45º56.75%98.82%-
XYZ72.3380.6526.22-
YUV225.1362.46147.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 234 (91.80% from 255) = 39.33%
BLUE value IS 109 (42.97% from 255) = 18.32%
R=42.35%
G=39.33%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223410900.070.570.0152.4595.9770.78
HexFCEA6D07391346047
Octal3743521550771164140107
Binary111111001110101011011010111111001111010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA6D; }

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

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

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

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

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

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

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

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