Html Css Color HEX #FCF06F Witch Haze

📋 copy color: '#FCF06F'

red 252 ◦ green 240 ◦ blue 111

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

Shades of Witch Haze #FCF06F

Tints of Witch Haze #FCF06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.41%

R = 41.79%
G = 39.8%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCF06F (or 0xFCF06F) is known color: Witch Haze. HEX triplet: FC, F0 and 6F. RGB value is (252,240,111). Sum of RGB (Red+Green+Blue) = 252+240+111=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 111 (43.75% from 255 or 18.41% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF06F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF06F is #030F90. Grayscale: #E5E5E5. Windows color (decimal): -200593 or 7336188. OLE color: 7336188.

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

Color convert

RGB 252 240 111 -
CMYK 0 0.05 0.56 0.01
HSL 54.89º 0.96% 0.71% -
HSV(B) 54.89º 0.56% 0.99% -
XYZ 74.17 84.16 27.37 -
YUV 228.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 252 240 111 0 0.05 0.56 0.01 54.89 0.96 0.71
Hex FC F0 6F 0 5 38 1 37 60 47
Octal 374 360 157 0 5 70 1 67 140 107
Binary 11111100 11110000 1101111 0 101 111000 1 110111 1100000 1000111

Color Harmonies of #FCF06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF06F

Black with #FCF06F

Text Example


Text Example

White with #FCF06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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