Html Css Color HEX #FCF76E Witch Haze

📋 copy color: '#FCF76E'

red 252 ◦ green 247 ◦ blue 110

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

Shades of Witch Haze #FCF76E

Tints of Witch Haze #FCF76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.06%

R = 41.38%
G = 40.56%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCF76E (or 0xFCF76E) is known color: Witch Haze. HEX triplet: FC, F7 and 6E. RGB value is (252,247,110). Sum of RGB (Red+Green+Blue) = 252+247+110=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 110 (43.36% from 255 or 18.06% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF76E is #030891. Grayscale: #E9E9E9. Windows color (decimal): -198802 or 7272444. OLE color: 7272444.

HSL color Cylindrical-coordinate representation of color #FCF76E: hue angle of 57.89º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCF76E is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 247 110 -
CMYK 0 0.02 0.56 0.01
HSL 57.89º 0.96% 0.71% -
HSV(B) 57.89º 0.56% 0.99% -
XYZ 76.22 88.34 27.79 -
YUV 232.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 252 247 110 0 0.02 0.56 0.01 57.89 0.96 0.71
Hex FC F7 6E 0 2 38 1 3A 60 47
Octal 374 367 156 0 2 70 1 72 140 107
Binary 11111100 11110111 1101110 0 10 111000 1 111010 1100000 1000111

Color Harmonies of #FCF76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF76E

Black with #FCF76E

Text Example


Text Example

White with #FCF76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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