Html Css Color HEX #FCEF80 Witch Haze

📋 copy color: '#FCEF80'

red 252 ◦ green 239 ◦ blue 128

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

Shades of Witch Haze #FCEF80

Tints of Witch Haze #FCEF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.61%

 BLUE value IS 128 (50.39% from 255) = 20.68%

R = 40.71%
G = 38.61%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCEF80 (or 0xFCEF80) is known color: Witch Haze. HEX triplet: FC, EF and 80. RGB value is (252,239,128). Sum of RGB (Red+Green+Blue) = 252+239+128=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEF80 is #03107F. Grayscale: #E6E6E6. Windows color (decimal): -200832 or 8450044. OLE color: 8450044.

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

Color convert

RGB 252 239 128 -
CMYK 0 0.05 0.49 0.01
HSL 53.71º 0.95% 0.75% -
HSV(B) 53.71º 0.49% 0.99% -
XYZ 74.91 83.99 32.69 -
YUV 230.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 252 239 128 0 0.05 0.49 0.01 53.71 0.95 0.75
Hex FC EF 80 0 5 31 1 36 5F 4B
Octal 374 357 200 0 5 61 1 66 137 113
Binary 11111100 11101111 10000000 0 101 110001 1 110110 1011111 1001011

Color Harmonies of #FCEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF80

Black with #FCEF80

Text Example


Text Example

White with #FCEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF80; }

 p { color: rgb(252,239,128); }

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

background-color css

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

 a { background-color: rgb(252,239,128); }

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

border-color css

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

 span { border-color: rgb(252,239,128); }

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