Html Css Color HEX #FCE86A Witch Haze

📋 copy color: '#FCE86A'

red 252 ◦ green 232 ◦ blue 106

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

Shades of Witch Haze #FCE86A

Tints of Witch Haze #FCE86A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.32%

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

R = 42.71%
G = 39.32%
B = 17.97%

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

#FCE86A (or 0xFCE86A) is known color: Witch Haze. HEX triplet: FC, E8 and 6A. RGB value is (252,232,106). Sum of RGB (Red+Green+Blue) = 252+232+106=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 106 (41.80% from 255 or 17.97% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE86A is #031795. Grayscale: #E0E0E0. Windows color (decimal): -202646 or 7006460. OLE color: 7006460.

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

Color convert

RGB 252 232 106 -
CMYK 0 0.08 0.58 0.01
HSL 51.78º 0.96% 0.7% -
HSV(B) 51.78º 0.58% 0.99% -
XYZ 71.6 79.45 25.2 -
YUV 223.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 252 232 106 0 0.08 0.58 0.01 51.78 0.96 0.7
Hex FC E8 6A 0 8 3A 1 34 60 46
Octal 374 350 152 0 10 72 1 64 140 106
Binary 11111100 11101000 1101010 0 1000 111010 1 110100 1100000 1000110

Color Harmonies of #FCE86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE86A

Black with #FCE86A

Text Example


Text Example

White with #FCE86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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