Html Css Color HEX #FEF470 Witch Haze

📋 copy color: '#FEF470'

red 254 ◦ green 244 ◦ blue 112

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

Shades of Witch Haze #FEF470

Tints of Witch Haze #FEF470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.36%

R = 41.64%
G = 40%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF470 (or 0xFEF470) is known color: Witch Haze. HEX triplet: FE, F4 and 70. RGB value is (254,244,112). Sum of RGB (Red+Green+Blue) = 254+244+112=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 112 (44.14% from 255 or 18.36% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF470 is #010B8F. Grayscale: #E8E8E8. Windows color (decimal): -68496 or 7402750. OLE color: 7402750.

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

Color convert

RGB 254 244 112 -
CMYK 0 0.04 0.56 0.00
HSL 55.77º 0.99% 0.72% -
HSV(B) 55.77º 0.56% 1% -
XYZ 76.15 86.94 28.1 -
YUV 231.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 254 244 112 0 0.04 0.56 0.00 55.77 0.99 0.72
Hex FE F4 70 0 4 38 0 38 63 48
Octal 376 364 160 0 4 70 0 70 143 110
Binary 11111110 11110100 1110000 0 100 111000 0 111000 1100011 1001000

Color Harmonies of #FEF470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF470

Black with #FEF470

Text Example


Text Example

White with #FEF470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF470; }

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

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

background-color css

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

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

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

border-color css

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

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

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