Html Css Color HEX #FEF67C Witch Haze

📋 copy color: '#FEF67C'

red 254 ◦ green 246 ◦ blue 124

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

Shades of Witch Haze #FEF67C

Tints of Witch Haze #FEF67C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.42%

 BLUE value IS 124 (48.83% from 255) = 19.87%

R = 40.71%
G = 39.42%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEF67C (or 0xFEF67C) is known color: Witch Haze. HEX triplet: FE, F6 and 7C. RGB value is (254,246,124). Sum of RGB (Red+Green+Blue) = 254+246+124=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 124 (48.83% from 255 or 19.87% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF67C is #010983. Grayscale: #EAEAEA. Windows color (decimal): -67972 or 8189694. OLE color: 8189694.

HSL color Cylindrical-coordinate representation of color #FEF67C: hue angle of 56.31º 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 #FEF67C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 124 -
CMYK 0 0.03 0.51 0.00
HSL 56.31º 0.98% 0.74% -
HSV(B) 56.31º 0.51% 1% -
XYZ 77.47 88.44 32.06 -
YUV 234.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 254 246 124 0 0.03 0.51 0.00 56.31 0.98 0.74
Hex FE F6 7C 0 3 33 0 38 62 4A
Octal 376 366 174 0 3 63 0 70 142 112
Binary 11111110 11110110 1111100 0 11 110011 0 111000 1100010 1001010

Color Harmonies of #FEF67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF67C

Black with #FEF67C

Text Example


Text Example

White with #FEF67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF67C; }

 p { color: rgb(254,246,124); }

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

background-color css

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

 a { background-color: rgb(254,246,124); }

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

border-color css

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

 span { border-color: rgb(254,246,124); }

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