Html Css Color HEX #FCEF7C Witch Haze

📋 copy color: '#FCEF7C'

red 252 ◦ green 239 ◦ blue 124

#FCEF7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FCEF7C

Tints of Witch Haze #FCEF7C

RGB

 RED value IS 252 (98.83% from 255) = 40.98%

 GREEN value IS 239 (93.75% from 255) = 38.86%

 BLUE value IS 124 (48.83% from 255) = 20.16%

R = 40.98%
G = 38.86%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCEF7C (or 0xFCEF7C) is known color: Witch Haze. HEX triplet: FC, EF and 7C. RGB value is (252,239,124). Sum of RGB (Red+Green+Blue) = 252+239+124=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 124 (48.83% from 255 or 20.16% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF7C is #031083. Grayscale: #E6E6E6. Windows color (decimal): -200836 or 8187900. OLE color: 8187900.

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

Color convert

RGB 252 239 124 -
CMYK 0 0.05 0.51 0.01
HSL 53.91º 0.96% 0.74% -
HSV(B) 53.91º 0.51% 0.99% -
XYZ 74.65 83.88 31.33 -
YUV 229.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 252 239 124 0 0.05 0.51 0.01 53.91 0.96 0.74
Hex FC EF 7C 0 5 33 1 36 60 4A
Octal 374 357 174 0 5 63 1 66 140 112
Binary 11111100 11101111 1111100 0 101 110011 1 110110 1100000 1001010

Color Harmonies of #FCEF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF7C

Black with #FCEF7C

Text Example


Text Example

White with #FCEF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF7C; }

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

 H1.HeaderClassName
 {
   color: #FCEF7C;
 }
 .AnyTagClassName
 {
   color: #FCEF7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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