Html Css Color HEX #FCFF7C Witch Haze

📋 copy color: '#FCFF7C'

red 252 ◦ green 255 ◦ blue 124

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

Shades of Witch Haze #FCFF7C

Tints of Witch Haze #FCFF7C

RGB

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

 GREEN value IS 255 (100% from 255) = 40.41%

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

R = 39.94%
G = 40.41%
B = 19.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FCFF7C (or 0xFCFF7C) is known color: Witch Haze. HEX triplet: FC, FF and 7C. RGB value is (252,255,124). Sum of RGB (Red+Green+Blue) = 252+255+124=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 124 (48.83% from 255 or 19.65% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF7C is #030083. Grayscale: #EFEFEF. Windows color (decimal): -196740 or 8191996. OLE color: 8191996.

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

Color convert

RGB 252 255 124 -
CMYK 0.01 0 0.51 0
HSL 61.37º 1% 0.74% -
HSV(B) 61.37º 0.51% 1% -
XYZ 79.54 93.67 32.96 -
YUV 239.17 63.01 137.15 -
System Red Green Blue C M Y K H S L
Decimal 252 255 124 0.01 0 0.51 0 61.37 1 0.74
Hex FC FF 7C 1 0 33 0 3D 64 4A
Octal 374 377 174 1 0 63 0 75 144 112
Binary 11111100 11111111 1111100 1 0 110011 0 111101 1100100 1001010

Color Harmonies of #FCFF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF7C

Black with #FCFF7C

Text Example


Text Example

White with #FCFF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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