Html Css Color HEX #FCF379 Witch Haze

📋 copy color: '#FCF379'

red 252 ◦ green 243 ◦ blue 121

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

Shades of Witch Haze #FCF379

Tints of Witch Haze #FCF379

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.45%

 BLUE value IS 121 (47.66% from 255) = 19.64%

R = 40.91%
G = 39.45%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCF379 (or 0xFCF379) is known color: Witch Haze. HEX triplet: FC, F3 and 79. RGB value is (252,243,121). Sum of RGB (Red+Green+Blue) = 252+243+121=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 121 (47.66% from 255 or 19.64% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF379 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF379 is #030C86. Grayscale: #E8E8E8. Windows color (decimal): -199815 or 7992316. OLE color: 7992316.

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

Color convert

RGB 252 243 121 -
CMYK 0 0.04 0.52 0.01
HSL 55.88º 0.96% 0.73% -
HSV(B) 55.88º 0.52% 0.99% -
XYZ 75.65 86.18 30.74 -
YUV 231.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 252 243 121 0 0.04 0.52 0.01 55.88 0.96 0.73
Hex FC F3 79 0 4 34 1 38 60 49
Octal 374 363 171 0 4 64 1 70 140 111
Binary 11111100 11110011 1111001 0 100 110100 1 111000 1100000 1001001

Color Harmonies of #FCF379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF379

Black with #FCF379

Text Example


Text Example

White with #FCF379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF379; }

 p { color: rgb(252,243,121); }

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

background-color css

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

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

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

border-color css

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

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

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