Html Css Color HEX #FCF27C Witch Haze

📋 copy color: '#FCF27C'

red 252 ◦ green 242 ◦ blue 124

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

Shades of Witch Haze #FCF27C

Tints of Witch Haze #FCF27C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 124 (48.83% from 255) = 20.06%

R = 40.78%
G = 39.16%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCF27C (or 0xFCF27C) is known color: Witch Haze. HEX triplet: FC, F2 and 7C. RGB value is (252,242,124). Sum of RGB (Red+Green+Blue) = 252+242+124=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 124 (48.83% from 255 or 20.06% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF27C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF27C is #030D83. Grayscale: #E8E8E8. Windows color (decimal): -200068 or 8188668. OLE color: 8188668.

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

Color convert

RGB 252 242 124 -
CMYK 0 0.04 0.51 0.01
HSL 55.31º 0.96% 0.74% -
HSV(B) 55.31º 0.51% 0.99% -
XYZ 75.54 85.65 31.62 -
YUV 231.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 252 242 124 0 0.04 0.51 0.01 55.31 0.96 0.74
Hex FC F2 7C 0 4 33 1 37 60 4A
Octal 374 362 174 0 4 63 1 67 140 112
Binary 11111100 11110010 1111100 0 100 110011 1 110111 1100000 1001010

Color Harmonies of #FCF27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF27C

Black with #FCF27C

Text Example


Text Example

White with #FCF27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF27C; }

 p { color: rgb(252,242,124); }

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

background-color css

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

 a { background-color: rgb(252,242,124); }

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

border-color css

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

 span { border-color: rgb(252,242,124); }

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