#FCEB7E

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

Shades of Witch Haze #FCEB7E

Tints of Witch Haze #FCEB7E

Color information

#FCEB7E (or 0xFCEB7E) is unknown color: approx Witch Haze. HEX triplet: FC, EB and 7E. RGB value is (252,235,126). Sum of RGB (Red+Green+Blue) = 252+235+126=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 126 (49.61% from 255 or 20.55% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB7E is #031481. Grayscale: #E4E4E4. Windows color (decimal): -201858 or 8317948. OLE color: 8317948.

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

Color convert

RGB252235126-
CMYK00.070.50.01
HSL51.9º95.45%74.12%-
HSV(B)51.9º50%98.82%-
XYZ73.6281.6231.61-
YUV227.6670.63145.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 126 (49.61% from 255) = 20.55%
R=41.11%
G=38.34%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223512600.070.50.0151.995.4574.12
HexFCEB7E07321345f4a
Octal3743531760762164137112
Binary111111001110101111111100111110010111010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEB7E; }

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

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

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

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

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

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

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

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