Html Css Color HEX #FEF468 Witch Haze

📋 copy color: '#FEF468'

red 254 ◦ green 244 ◦ blue 104

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

Shades of Witch Haze #FEF468

Tints of Witch Haze #FEF468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.53%

 BLUE value IS 104 (41.02% from 255) = 17.28%

R = 42.19%
G = 40.53%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEF468 (or 0xFEF468) is known color: Witch Haze. HEX triplet: FE, F4 and 68. RGB value is (254,244,104). Sum of RGB (Red+Green+Blue) = 254+244+104=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 104 (41.02% from 255 or 17.28% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF468 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF468 is #010B97. Grayscale: #E7E7E7. Windows color (decimal): -68504 or 6878462. OLE color: 6878462.

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

Color convert

RGB 254 244 104 -
CMYK 0 0.04 0.59 0.00
HSL 56º 0.99% 0.7% -
HSV(B) 56º 0.59% 1% -
XYZ 75.72 86.77 25.85 -
YUV 231.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 254 244 104 0 0.04 0.59 0.00 56 0.99 0.7
Hex FE F4 68 0 4 3B 0 38 63 46
Octal 376 364 150 0 4 73 0 70 143 106
Binary 11111110 11110100 1101000 0 100 111011 0 111000 1100011 1000110

Color Harmonies of #FEF468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF468

Black with #FEF468

Text Example


Text Example

White with #FEF468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF468; }

 p { color: rgb(254,244,104); }

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

background-color css

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

 a { background-color: rgb(254,244,104); }

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

border-color css

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

 span { border-color: rgb(254,244,104); }

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