#FCEB6E

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

Shades of Witch Haze #FCEB6E

Tints of Witch Haze #FCEB6E

Color information

#FCEB6E (or 0xFCEB6E) is unknown color: approx Witch Haze. HEX triplet: FC, EB and 6E. RGB value is (252,235,110). Sum of RGB (Red+Green+Blue) = 252+235+110=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 110 (43.36% from 255 or 18.43% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB6E is #031491. Grayscale: #E2E2E2. Windows color (decimal): -201874 or 7269372. OLE color: 7269372.

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

Color convert

RGB252235110-
CMYK00.070.560.01
HSL52.82º95.95%70.98%-
HSV(B)52.82º56.35%98.82%-
XYZ72.6781.2426.6-
YUV225.8362.63146.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 110 (43.36% from 255) = 18.43%
R=42.21%
G=39.36%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223511000.070.560.0152.8295.9570.98
HexFCEB6E07381356047
Octal3743531560770165140107
Binary111111001110101111011100111111000111010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEB6E; }

 p { color: rgb(252,235,110); }

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

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

 a { background-color: rgb(252,235,110); }

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

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

 span { border-color: rgb(252,235,110); }

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