Html Css Color HEX #FCF071 Witch Haze

📋 copy color: '#FCF071'

red 252 ◦ green 240 ◦ blue 113

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

Shades of Witch Haze #FCF071

Tints of Witch Haze #FCF071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.67%

 BLUE value IS 113 (44.53% from 255) = 18.68%

R = 41.65%
G = 39.67%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCF071 (or 0xFCF071) is known color: Witch Haze. HEX triplet: FC, F0 and 71. RGB value is (252,240,113). Sum of RGB (Red+Green+Blue) = 252+240+113=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 113 (44.53% from 255 or 18.68% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF071 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF071 is #030F8E. Grayscale: #E5E5E5. Windows color (decimal): -200591 or 7467260. OLE color: 7467260.

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

Color convert

RGB 252 240 113 -
CMYK 0 0.05 0.55 0.01
HSL 54.82º 0.96% 0.72% -
HSV(B) 54.82º 0.55% 0.99% -
XYZ 74.29 84.21 27.96 -
YUV 229.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 252 240 113 0 0.05 0.55 0.01 54.82 0.96 0.72
Hex FC F0 71 0 5 37 1 37 60 48
Octal 374 360 161 0 5 67 1 67 140 110
Binary 11111100 11110000 1110001 0 101 110111 1 110111 1100000 1001000

Color Harmonies of #FCF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF071

Black with #FCF071

Text Example


Text Example

White with #FCF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF071; }

 p { color: rgb(252,240,113); }

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

background-color css

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

 a { background-color: rgb(252,240,113); }

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

border-color css

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

 span { border-color: rgb(252,240,113); }

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