Html Css Color HEX #FCE76A Witch Haze

📋 copy color: '#FCE76A'

red 252 ◦ green 231 ◦ blue 106

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

Shades of Witch Haze #FCE76A

Tints of Witch Haze #FCE76A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.22%

 BLUE value IS 106 (41.8% from 255) = 18%

R = 42.78%
G = 39.22%
B = 18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCE76A (or 0xFCE76A) is known color: Witch Haze. HEX triplet: FC, E7 and 6A. RGB value is (252,231,106). Sum of RGB (Red+Green+Blue) = 252+231+106=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 106 (41.80% from 255 or 18.00% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE76A is #031895. Grayscale: #DFDFDF. Windows color (decimal): -202902 or 7006204. OLE color: 7006204.

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

Color convert

RGB 252 231 106 -
CMYK 0 0.08 0.58 0.01
HSL 51.37º 0.96% 0.7% -
HSV(B) 51.37º 0.58% 0.99% -
XYZ 71.32 78.89 25.1 -
YUV 223.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 252 231 106 0 0.08 0.58 0.01 51.37 0.96 0.7
Hex FC E7 6A 0 8 3A 1 33 60 46
Octal 374 347 152 0 10 72 1 63 140 106
Binary 11111100 11100111 1101010 0 1000 111010 1 110011 1100000 1000110

Color Harmonies of #FCE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE76A

Black with #FCE76A

Text Example


Text Example

White with #FCE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE76A; }

 p { color: rgb(252,231,106); }

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

background-color css

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

 a { background-color: rgb(252,231,106); }

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

border-color css

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

 span { border-color: rgb(252,231,106); }

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