Html Css Color HEX #FCEA6D Witch Haze

📋 copy color: '#FCEA6D'

red 252 ◦ green 234 ◦ blue 109

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

Shades of Witch Haze #FCEA6D

Tints of Witch Haze #FCEA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.32%

R = 42.35%
G = 39.33%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCEA6D (or 0xFCEA6D) is known color: Witch Haze. HEX triplet: FC, EA and 6D. RGB value is (252,234,109). Sum of RGB (Red+Green+Blue) = 252+234+109=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 109 (42.97% from 255 or 18.32% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA6D is #031592. Grayscale: #E1E1E1. Windows color (decimal): -202131 or 7203580. OLE color: 7203580.

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

Color convert

RGB 252 234 109 -
CMYK 0 0.07 0.57 0.01
HSL 52.45º 0.96% 0.71% -
HSV(B) 52.45º 0.57% 0.99% -
XYZ 72.33 80.65 26.22 -
YUV 225.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 252 234 109 0 0.07 0.57 0.01 52.45 0.96 0.71
Hex FC EA 6D 0 7 39 1 34 60 47
Octal 374 352 155 0 7 71 1 64 140 107
Binary 11111100 11101010 1101101 0 111 111001 1 110100 1100000 1000111

Color Harmonies of #FCEA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA6D

Black with #FCEA6D

Text Example


Text Example

White with #FCEA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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