#FCEF6D

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

Shades of Witch Haze #FCEF6D

Tints of Witch Haze #FCEF6D

Color information

#FCEF6D (or 0xFCEF6D) is unknown color: approx Witch Haze. HEX triplet: FC, EF and 6D. RGB value is (252,239,109). Sum of RGB (Red+Green+Blue) = 252+239+109=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 109 (42.97% from 255 or 18.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF6D is #031092. Grayscale: #E4E4E4. Windows color (decimal): -200851 or 7204860. OLE color: 7204860.

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

Color convert

RGB252239109-
CMYK00.050.570.01
HSL54.55º95.97%70.78%-
HSV(B)54.55º56.75%98.82%-
XYZ73.7783.5326.7-
YUV228.0760.81145.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 109 (42.97% from 255) = 18.17%
R=42%
G=39.83%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223910900.050.570.0154.5595.9770.78
HexFCEF6D05391376047
Octal3743571550571167140107
Binary111111001110111111011010101111001111011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEF6D; }

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

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

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

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

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

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

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

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