Html Css Color HEX #FCEF7D Witch Haze

📋 copy color: '#FCEF7D'

red 252 ◦ green 239 ◦ blue 125

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

Shades of Witch Haze #FCEF7D

Tints of Witch Haze #FCEF7D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.8%

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

R = 40.91%
G = 38.8%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCEF7D (or 0xFCEF7D) is known color: Witch Haze. HEX triplet: FC, EF and 7D. RGB value is (252,239,125). Sum of RGB (Red+Green+Blue) = 252+239+125=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 125 (49.22% from 255 or 20.29% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF7D is #031082. Grayscale: #E6E6E6. Windows color (decimal): -200835 or 8253436. OLE color: 8253436.

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

Color convert

RGB 252 239 125 -
CMYK 0 0.05 0.50 0.01
HSL 53.86º 0.95% 0.74% -
HSV(B) 53.86º 0.5% 0.99% -
XYZ 74.71 83.91 31.66 -
YUV 229.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 252 239 125 0 0.05 0.50 0.01 53.86 0.95 0.74
Hex FC EF 7D 0 5 32 1 36 5F 4A
Octal 374 357 175 0 5 62 1 66 137 112
Binary 11111100 11101111 1111101 0 101 110010 1 110110 1011111 1001010

Color Harmonies of #FCEF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF7D

Black with #FCEF7D

Text Example


Text Example

White with #FCEF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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