Html Css Color HEX #FCFC7E Witch Haze

📋 copy color: '#FCFC7E'

red 252 ◦ green 252 ◦ blue 126

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

Shades of Witch Haze #FCFC7E

Tints of Witch Haze #FCFC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FCFC7E (or 0xFCFC7E) is known color: Witch Haze. HEX triplet: FC, FC and 7E. RGB value is (252,252,126). Sum of RGB (Red+Green+Blue) = 252+252+126=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 126 (49.61% from 255 or 20% from 630); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC7E is #030381. Grayscale: #EEEEEE. Windows color (decimal): -197506 or 8322300. OLE color: 8322300.

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

Color convert

RGB 252 252 126 -
CMYK 0 0 0.5 0.01
HSL 60º 0.95% 0.74% -
HSV(B) 60º 0.5% 0.99% -
XYZ 78.72 91.82 33.31 -
YUV 237.64 65 138.25 -
System Red Green Blue C M Y K H S L
Decimal 252 252 126 0 0 0.5 0.01 60 0.95 0.74
Hex FC FC 7E 0 0 32 1 3C 5F 4A
Octal 374 374 176 0 0 62 1 74 137 112
Binary 11111100 11111100 1111110 0 0 110010 1 111100 1011111 1001010

Color Harmonies of #FCFC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC7E

Black with #FCFC7E

Text Example


Text Example

White with #FCFC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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