Html Css Color HEX #FEF26F Witch Haze

📋 copy color: '#FEF26F'

red 254 ◦ green 242 ◦ blue 111

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

Shades of Witch Haze #FEF26F

Tints of Witch Haze #FEF26F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.87%

 BLUE value IS 111 (43.75% from 255) = 18.29%

R = 41.85%
G = 39.87%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF26F (or 0xFEF26F) is known color: Witch Haze. HEX triplet: FE, F2 and 6F. RGB value is (254,242,111). Sum of RGB (Red+Green+Blue) = 254+242+111=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 111 (43.75% from 255 or 18.29% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF26F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF26F is #010D90. Grayscale: #E7E7E7. Windows color (decimal): -69009 or 7336702. OLE color: 7336702.

HSL color Cylindrical-coordinate representation of color #FEF26F: hue angle of 54.97º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEF26F is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 111 -
CMYK 0 0.05 0.56 0.00
HSL 54.97º 0.99% 0.72% -
HSV(B) 54.97º 0.56% 1% -
XYZ 75.49 85.72 27.61 -
YUV 230.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 254 242 111 0 0.05 0.56 0.00 54.97 0.99 0.72
Hex FE F2 6F 0 5 38 0 37 63 48
Octal 376 362 157 0 5 70 0 67 143 110
Binary 11111110 11110010 1101111 0 101 111000 0 110111 1100011 1001000

Color Harmonies of #FEF26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF26F

Black with #FEF26F

Text Example


Text Example

White with #FEF26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF26F; }

 p { color: rgb(254,242,111); }

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

background-color css

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

 a { background-color: rgb(254,242,111); }

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

border-color css

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

 span { border-color: rgb(254,242,111); }

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