Html Css Color HEX #FCFC80 Witch Haze

📋 copy color: '#FCFC80'

red 252 ◦ green 252 ◦ blue 128

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

Shades of Witch Haze #FCFC80

Tints of Witch Haze #FCFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.87%

 BLUE value IS 128 (50.39% from 255) = 20.25%

R = 39.87%
G = 39.87%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCFC80 (or 0xFCFC80) is known color: Witch Haze. HEX triplet: FC, FC and 80. RGB value is (252,252,128). Sum of RGB (Red+Green+Blue) = 252+252+128=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 128 (50.39% from 255 or 20.25% from 632); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFC80 is #03037F. Grayscale: #EEEEEE. Windows color (decimal): -197504 or 8453372. OLE color: 8453372.

HSL color Cylindrical-coordinate representation of color #FCFC80: hue angle of 60º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCFC80 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 128 -
CMYK 0 0 0.49 0.01
HSL 60º 0.95% 0.75% -
HSV(B) 60º 0.49% 0.99% -
XYZ 78.85 91.87 34 -
YUV 237.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 252 252 128 0 0 0.49 0.01 60 0.95 0.75
Hex FC FC 80 0 0 31 1 3C 5F 4B
Octal 374 374 200 0 0 61 1 74 137 113
Binary 11111100 11111100 10000000 0 0 110001 1 111100 1011111 1001011

Color Harmonies of #FCFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC80

Black with #FCFC80

Text Example


Text Example

White with #FCFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC80; }

 p { color: rgb(252,252,128); }

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

background-color css

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

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

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

border-color css

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

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

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