Html Css Color HEX #FCF77A Witch Haze

📋 copy color: '#FCF77A'

red 252 ◦ green 247 ◦ blue 122

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

Shades of Witch Haze #FCF77A

Tints of Witch Haze #FCF77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.65%

R = 40.58%
G = 39.77%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCF77A (or 0xFCF77A) is known color: Witch Haze. HEX triplet: FC, F7 and 7A. RGB value is (252,247,122). Sum of RGB (Red+Green+Blue) = 252+247+122=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 122 (48.05% from 255 or 19.65% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF77A is #030885. Grayscale: #EAEAEA. Windows color (decimal): -198790 or 8058876. OLE color: 8058876.

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

Color convert

RGB 252 247 122 -
CMYK 0 0.02 0.52 0.01
HSL 57.69º 0.96% 0.73% -
HSV(B) 57.69º 0.52% 0.99% -
XYZ 76.92 88.62 31.46 -
YUV 234.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 252 247 122 0 0.02 0.52 0.01 57.69 0.96 0.73
Hex FC F7 7A 0 2 34 1 3A 60 49
Octal 374 367 172 0 2 64 1 72 140 111
Binary 11111100 11110111 1111010 0 10 110100 1 111010 1100000 1001001

Color Harmonies of #FCF77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF77A

Black with #FCF77A

Text Example


Text Example

White with #FCF77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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