Html Css Color HEX #FCEB7D Witch Haze

📋 copy color: '#FCEB7D'

red 252 ◦ green 235 ◦ blue 125

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

Shades of Witch Haze #FCEB7D

Tints of Witch Haze #FCEB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.4%

 BLUE value IS 125 (49.22% from 255) = 20.42%

R = 41.18%
G = 38.4%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCEB7D (or 0xFCEB7D) is known color: Witch Haze. HEX triplet: FC, EB and 7D. RGB value is (252,235,125). Sum of RGB (Red+Green+Blue) = 252+235+125=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 125 (49.22% from 255 or 20.42% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB7D is #031482. Grayscale: #E4E4E4. Windows color (decimal): -201859 or 8252412. OLE color: 8252412.

HSL color Cylindrical-coordinate representation of color #FCEB7D: hue angle of 51.97º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCEB7D is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 235 125 -
CMYK 0 0.07 0.50 0.01
HSL 51.97º 0.95% 0.74% -
HSV(B) 51.97º 0.5% 0.99% -
XYZ 73.55 81.59 31.27 -
YUV 227.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 252 235 125 0 0.07 0.50 0.01 51.97 0.95 0.74
Hex FC EB 7D 0 7 32 1 34 5F 4A
Octal 374 353 175 0 7 62 1 64 137 112
Binary 11111100 11101011 1111101 0 111 110010 1 110100 1011111 1001010

Color Harmonies of #FCEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB7D

Black with #FCEB7D

Text Example


Text Example

White with #FCEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB7D; }

 p { color: rgb(252,235,125); }

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

background-color css

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

 a { background-color: rgb(252,235,125); }

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

border-color css

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

 span { border-color: rgb(252,235,125); }

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