Html Css Color HEX #FCF279 Witch Haze

📋 copy color: '#FCF279'

red 252 ◦ green 242 ◦ blue 121

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

Shades of Witch Haze #FCF279

Tints of Witch Haze #FCF279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.35%

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

R = 40.98%
G = 39.35%
B = 19.67%

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

#FCF279 (or 0xFCF279) is known color: Witch Haze. HEX triplet: FC, F2 and 79. RGB value is (252,242,121). Sum of RGB (Red+Green+Blue) = 252+242+121=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 121 (47.66% from 255 or 19.67% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF279 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF279 is #030D86. Grayscale: #E7E7E7. Windows color (decimal): -200071 or 7992060. OLE color: 7992060.

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

Color convert

RGB 252 242 121 -
CMYK 0 0.04 0.52 0.01
HSL 55.42º 0.96% 0.73% -
HSV(B) 55.42º 0.52% 0.99% -
XYZ 75.35 85.58 30.64 -
YUV 231.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 252 242 121 0 0.04 0.52 0.01 55.42 0.96 0.73
Hex FC F2 79 0 4 34 1 37 60 49
Octal 374 362 171 0 4 64 1 67 140 111
Binary 11111100 11110010 1111001 0 100 110100 1 110111 1100000 1001001

Color Harmonies of #FCF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF279

Black with #FCF279

Text Example


Text Example

White with #FCF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF279; }

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

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

background-color css

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

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

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

border-color css

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

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

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