Html Css Color HEX #FEF680 Witch Haze

📋 copy color: '#FEF680'

red 254 ◦ green 246 ◦ blue 128

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

Shades of Witch Haze #FEF680

Tints of Witch Haze #FEF680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.38%

R = 40.45%
G = 39.17%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF680 (or 0xFEF680) is known color: Witch Haze. HEX triplet: FE, F6 and 80. RGB value is (254,246,128). Sum of RGB (Red+Green+Blue) = 254+246+128=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 128 (50.39% from 255 or 20.38% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF680 is #01097F. Grayscale: #EBEBEB. Windows color (decimal): -67968 or 8451838. OLE color: 8451838.

HSL color Cylindrical-coordinate representation of color #FEF680: hue angle of 56.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEF680 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 128 -
CMYK 0 0.03 0.50 0.00
HSL 56.19º 0.98% 0.75% -
HSV(B) 56.19º 0.5% 1% -
XYZ 77.73 88.54 33.42 -
YUV 234.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 254 246 128 0 0.03 0.50 0.00 56.19 0.98 0.75
Hex FE F6 80 0 3 32 0 38 62 4B
Octal 376 366 200 0 3 62 0 70 142 113
Binary 11111110 11110110 10000000 0 11 110010 0 111000 1100010 1001011

Color Harmonies of #FEF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF680

Black with #FEF680

Text Example


Text Example

White with #FEF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF680; }

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

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

background-color css

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

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

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

border-color css

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

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

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