#FCEF6E

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

Shades of Witch Haze #FCEF6E

Tints of Witch Haze #FCEF6E

Color information

#FCEF6E (or 0xFCEF6E) is unknown color: approx Witch Haze. HEX triplet: FC, EF and 6E. RGB value is (252,239,110). Sum of RGB (Red+Green+Blue) = 252+239+110=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 110 (43.36% from 255 or 18.30% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF6E is #031091. Grayscale: #E4E4E4. Windows color (decimal): -200850 or 7270396. OLE color: 7270396.

HSL color Cylindrical-coordinate representation of color #FCEF6E: hue angle of 54.51º 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 #FCEF6E is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252239110-
CMYK00.050.560.01
HSL54.51º95.95%70.98%-
HSV(B)54.51º56.35%98.82%-
XYZ73.8383.5526.99-
YUV228.1861.31144.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 110 (43.36% from 255) = 18.30%
R=41.93%
G=39.77%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223911000.050.560.0154.5195.9570.98
HexFCEF6E05381376047
Octal3743571560570167140107
Binary111111001110111111011100101111000111011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEF6E; }

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

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

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

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

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

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

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

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