Html Css Color HEX #FCF06D Witch Haze

📋 copy color: '#FCF06D'

red 252 ◦ green 240 ◦ blue 109

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

Shades of Witch Haze #FCF06D

Tints of Witch Haze #FCF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.14%

R = 41.93%
G = 39.93%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCF06D (or 0xFCF06D) is known color: Witch Haze. HEX triplet: FC, F0 and 6D. RGB value is (252,240,109). Sum of RGB (Red+Green+Blue) = 252+240+109=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 109 (42.97% from 255 or 18.14% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF06D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF06D is #030F92. Grayscale: #E5E5E5. Windows color (decimal): -200595 or 7205116. OLE color: 7205116.

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

Color convert

RGB 252 240 109 -
CMYK 0 0.05 0.57 0.01
HSL 54.97º 0.96% 0.71% -
HSV(B) 54.97º 0.57% 0.99% -
XYZ 74.07 84.12 26.8 -
YUV 228.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 252 240 109 0 0.05 0.57 0.01 54.97 0.96 0.71
Hex FC F0 6D 0 5 39 1 37 60 47
Octal 374 360 155 0 5 71 1 67 140 107
Binary 11111100 11110000 1101101 0 101 111001 1 110111 1100000 1000111

Color Harmonies of #FCF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF06D

Black with #FCF06D

Text Example


Text Example

White with #FCF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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