Html Css Color HEX #FEF37D Witch Haze

📋 copy color: '#FEF37D'

red 254 ◦ green 243 ◦ blue 125

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

Shades of Witch Haze #FEF37D

Tints of Witch Haze #FEF37D

RGB

 RED value IS 254 (99.61% from 255) = 40.84%

 GREEN value IS 243 (95.31% from 255) = 39.07%

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

R = 40.84%
G = 39.07%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEF37D (or 0xFEF37D) is known color: Witch Haze. HEX triplet: FE, F3 and 7D. RGB value is (254,243,125). Sum of RGB (Red+Green+Blue) = 254+243+125=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 125 (49.22% from 255 or 20.10% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF37D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF37D is #010C82. Grayscale: #E9E9E9. Windows color (decimal): -68739 or 8254462. OLE color: 8254462.

HSL color Cylindrical-coordinate representation of color #FEF37D: hue angle of 54.88º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEF37D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 243 125 -
CMYK 0 0.04 0.51 0.00
HSL 54.88º 0.98% 0.74% -
HSV(B) 54.88º 0.51% 1% -
XYZ 76.63 86.65 32.09 -
YUV 232.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 254 243 125 0 0.04 0.51 0.00 54.88 0.98 0.74
Hex FE F3 7D 0 4 33 0 37 62 4A
Octal 376 363 175 0 4 63 0 67 142 112
Binary 11111110 11110011 1111101 0 100 110011 0 110111 1100010 1001010

Color Harmonies of #FEF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF37D

Black with #FEF37D

Text Example


Text Example

White with #FEF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF37D; }

 p { color: rgb(254,243,125); }

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

background-color css

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

 a { background-color: rgb(254,243,125); }

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

border-color css

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

 span { border-color: rgb(254,243,125); }

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