Html Css Color HEX #FCF36F Witch Haze

📋 copy color: '#FCF36F'

red 252 ◦ green 243 ◦ blue 111

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

Shades of Witch Haze #FCF36F

Tints of Witch Haze #FCF36F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.1%

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

R = 41.58%
G = 40.1%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCF36F (or 0xFCF36F) is known color: Witch Haze. HEX triplet: FC, F3 and 6F. RGB value is (252,243,111). Sum of RGB (Red+Green+Blue) = 252+243+111=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 111 (43.75% from 255 or 18.32% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF36F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF36F is #030C90. Grayscale: #E7E7E7. Windows color (decimal): -199825 or 7336956. OLE color: 7336956.

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

Color convert

RGB 252 243 111 -
CMYK 0 0.04 0.56 0.01
HSL 56.17º 0.96% 0.71% -
HSV(B) 56.17º 0.56% 0.99% -
XYZ 75.06 85.94 27.67 -
YUV 230.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 252 243 111 0 0.04 0.56 0.01 56.17 0.96 0.71
Hex FC F3 6F 0 4 38 1 38 60 47
Octal 374 363 157 0 4 70 1 70 140 107
Binary 11111100 11110011 1101111 0 100 111000 1 111000 1100000 1000111

Color Harmonies of #FCF36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF36F

Black with #FCF36F

Text Example


Text Example

White with #FCF36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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