Html Css Color HEX #FCF77D Witch Haze

📋 copy color: '#FCF77D'

red 252 ◦ green 247 ◦ blue 125

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

Shades of Witch Haze #FCF77D

Tints of Witch Haze #FCF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.58%

 BLUE value IS 125 (49.22% from 255) = 20.03%

R = 40.38%
G = 39.58%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCF77D (or 0xFCF77D) is known color: Witch Haze. HEX triplet: FC, F7 and 7D. RGB value is (252,247,125). Sum of RGB (Red+Green+Blue) = 252+247+125=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 125 (49.22% from 255 or 20.03% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF77D is #030882. Grayscale: #EBEBEB. Windows color (decimal): -198787 or 8255484. OLE color: 8255484.

HSL color Cylindrical-coordinate representation of color #FCF77D: hue angle of 57.64º 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 #FCF77D is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 247 125 -
CMYK 0 0.02 0.50 0.01
HSL 57.64º 0.95% 0.74% -
HSV(B) 57.64º 0.5% 0.99% -
XYZ 77.11 88.7 32.46 -
YUV 234.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 252 247 125 0 0.02 0.50 0.01 57.64 0.95 0.74
Hex FC F7 7D 0 2 32 1 3A 5F 4A
Octal 374 367 175 0 2 62 1 72 137 112
Binary 11111100 11110111 1111101 0 10 110010 1 111010 1011111 1001010

Color Harmonies of #FCF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF77D

Black with #FCF77D

Text Example


Text Example

White with #FCF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF77D; }

 p { color: rgb(252,247,125); }

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

background-color css

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

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

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

border-color css

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

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

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