Html Css Color HEX #FCF671 Witch Haze

📋 copy color: '#FCF671'

red 252 ◦ green 246 ◦ blue 113

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

Shades of Witch Haze #FCF671

Tints of Witch Haze #FCF671

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.26%

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

R = 41.24%
G = 40.26%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCF671 (or 0xFCF671) is known color: Witch Haze. HEX triplet: FC, F6 and 71. RGB value is (252,246,113). Sum of RGB (Red+Green+Blue) = 252+246+113=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 113 (44.53% from 255 or 18.49% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF671 is #03098E. Grayscale: #E9E9E9. Windows color (decimal): -199055 or 7468796. OLE color: 7468796.

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

Color convert

RGB 252 246 113 -
CMYK 0 0.02 0.55 0.01
HSL 57.41º 0.96% 0.72% -
HSV(B) 57.41º 0.55% 0.99% -
XYZ 76.08 87.8 28.56 -
YUV 232.63 60.49 141.81 -
System Red Green Blue C M Y K H S L
Decimal 252 246 113 0 0.02 0.55 0.01 57.41 0.96 0.72
Hex FC F6 71 0 2 37 1 39 60 48
Octal 374 366 161 0 2 67 1 71 140 110
Binary 11111100 11110110 1110001 0 10 110111 1 111001 1100000 1001000

Color Harmonies of #FCF671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF671

Black with #FCF671

Text Example


Text Example

White with #FCF671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF671; }

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

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

background-color css

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

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

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

border-color css

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

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

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