Html Css Color HEX #FCF66C Witch Haze

📋 copy color: '#FCF66C'

red 252 ◦ green 246 ◦ blue 108

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

Shades of Witch Haze #FCF66C

Tints of Witch Haze #FCF66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 17.82%

R = 41.58%
G = 40.59%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCF66C (or 0xFCF66C) is known color: Witch Haze. HEX triplet: FC, F6 and 6C. RGB value is (252,246,108). Sum of RGB (Red+Green+Blue) = 252+246+108=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 108 (42.58% from 255 or 17.82% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF66C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF66C is #030993. Grayscale: #E8E8E8. Windows color (decimal): -199060 or 7141116. OLE color: 7141116.

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

Color convert

RGB 252 246 108 -
CMYK 0 0.02 0.57 0.01
HSL 57.5º 0.96% 0.71% -
HSV(B) 57.5º 0.57% 0.99% -
XYZ 75.81 87.69 27.12 -
YUV 232.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 252 246 108 0 0.02 0.57 0.01 57.5 0.96 0.71
Hex FC F6 6C 0 2 39 1 3A 60 47
Octal 374 366 154 0 2 71 1 72 140 107
Binary 11111100 11110110 1101100 0 10 111001 1 111010 1100000 1000111

Color Harmonies of #FCF66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF66C

Black with #FCF66C

Text Example


Text Example

White with #FCF66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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