Html Css Color HEX #FEF77F Witch Haze

📋 copy color: '#FEF77F'

red 254 ◦ green 247 ◦ blue 127

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

Shades of Witch Haze #FEF77F

Tints of Witch Haze #FEF77F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.33%

 BLUE value IS 127 (50% from 255) = 20.22%

R = 40.45%
G = 39.33%
B = 20.22%

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

#FEF77F (or 0xFEF77F) is known color: Witch Haze. HEX triplet: FE, F7 and 7F. RGB value is (254,247,127). Sum of RGB (Red+Green+Blue) = 254+247+127=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 127 (50% from 255 or 20.22% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF77F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF77F is #010880. Grayscale: #EBEBEB. Windows color (decimal): -67713 or 8386558. OLE color: 8386558.

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

Color convert

RGB 254 247 127 -
CMYK 0 0.03 0.50 0.00
HSL 56.69º 0.98% 0.75% -
HSV(B) 56.69º 0.5% 1% -
XYZ 77.96 89.12 33.17 -
YUV 235.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 254 247 127 0 0.03 0.50 0.00 56.69 0.98 0.75
Hex FE F7 7F 0 3 32 0 39 62 4B
Octal 376 367 177 0 3 62 0 71 142 113
Binary 11111110 11110111 1111111 0 11 110010 0 111001 1100010 1001011

Color Harmonies of #FEF77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF77F

Black with #FEF77F

Text Example


Text Example

White with #FEF77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF77F; }

 p { color: rgb(254,247,127); }

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

background-color css

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

 a { background-color: rgb(254,247,127); }

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

border-color css

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

 span { border-color: rgb(254,247,127); }

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