Html Css Color HEX #FCEA78 Witch Haze

📋 copy color: '#FCEA78'

red 252 ◦ green 234 ◦ blue 120

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

Shades of Witch Haze #FCEA78

Tints of Witch Haze #FCEA78

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.61%

 BLUE value IS 120 (47.27% from 255) = 19.8%

R = 41.58%
G = 38.61%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCEA78 (or 0xFCEA78) is known color: Witch Haze. HEX triplet: FC, EA and 78. RGB value is (252,234,120). Sum of RGB (Red+Green+Blue) = 252+234+120=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 120 (47.27% from 255 or 19.80% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA78 is #031587. Grayscale: #E2E2E2. Windows color (decimal): -202120 or 7924476. OLE color: 7924476.

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

Color convert

RGB 252 234 120 -
CMYK 0 0.07 0.52 0.01
HSL 51.82º 0.96% 0.73% -
HSV(B) 51.82º 0.52% 0.99% -
XYZ 72.96 80.9 29.54 -
YUV 226.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 252 234 120 0 0.07 0.52 0.01 51.82 0.96 0.73
Hex FC EA 78 0 7 34 1 34 60 49
Octal 374 352 170 0 7 64 1 64 140 111
Binary 11111100 11101010 1111000 0 111 110100 1 110100 1100000 1001001

Color Harmonies of #FCEA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA78

Black with #FCEA78

Text Example


Text Example

White with #FCEA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA78; }

 p { color: rgb(252,234,120); }

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

background-color css

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

 a { background-color: rgb(252,234,120); }

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

border-color css

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

 span { border-color: rgb(252,234,120); }

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