Html Css Color HEX #FCF36C Witch Haze

📋 copy color: '#FCF36C'

red 252 ◦ green 243 ◦ blue 108

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

Shades of Witch Haze #FCF36C

Tints of Witch Haze #FCF36C

RGB

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

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

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

R = 41.79%
G = 40.3%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCF36C (or 0xFCF36C) is known color: Witch Haze. HEX triplet: FC, F3 and 6C. RGB value is (252,243,108). Sum of RGB (Red+Green+Blue) = 252+243+108=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 108 (42.58% from 255 or 17.91% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF36C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF36C is #030C93. Grayscale: #E6E6E6. Windows color (decimal): -199828 or 7140348. OLE color: 7140348.

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

Color convert

RGB 252 243 108 -
CMYK 0 0.04 0.57 0.01
HSL 56.25º 0.96% 0.71% -
HSV(B) 56.25º 0.57% 0.99% -
XYZ 74.9 85.88 26.82 -
YUV 230.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 252 243 108 0 0.04 0.57 0.01 56.25 0.96 0.71
Hex FC F3 6C 0 4 39 1 38 60 47
Octal 374 363 154 0 4 71 1 70 140 107
Binary 11111100 11110011 1101100 0 100 111001 1 111000 1100000 1000111

Color Harmonies of #FCF36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF36C

Black with #FCF36C

Text Example


Text Example

White with #FCF36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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