Html Css Color HEX #FCFE7C Witch Haze

📋 copy color: '#FCFE7C'

red 252 ◦ green 254 ◦ blue 124

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

Shades of Witch Haze #FCFE7C

Tints of Witch Haze #FCFE7C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

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

R = 40%
G = 40.32%
B = 19.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FCFE7C (or 0xFCFE7C) is known color: Witch Haze. HEX triplet: FC, FE and 7C. RGB value is (252,254,124). Sum of RGB (Red+Green+Blue) = 252+254+124=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 124 (48.83% from 255 or 19.68% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE7C is #030183. Grayscale: #EFEFEF. Windows color (decimal): -196996 or 8191740. OLE color: 8191740.

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

Color convert

RGB 252 254 124 -
CMYK 0.01 0 0.51 0.00
HSL 60.92º 0.98% 0.74% -
HSV(B) 60.92º 0.51% 1% -
XYZ 79.22 93.03 32.85 -
YUV 238.58 63.34 137.57 -
System Red Green Blue C M Y K H S L
Decimal 252 254 124 0.01 0 0.51 0.00 60.92 0.98 0.74
Hex FC FE 7C 1 0 33 0 3D 62 4A
Octal 374 376 174 1 0 63 0 75 142 112
Binary 11111100 11111110 1111100 1 0 110011 0 111101 1100010 1001010

Color Harmonies of #FCFE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE7C

Black with #FCFE7C

Text Example


Text Example

White with #FCFE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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