Html Css Color HEX #FEF370 Witch Haze

📋 copy color: '#FEF370'

red 254 ◦ green 243 ◦ blue 112

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

Shades of Witch Haze #FEF370

Tints of Witch Haze #FEF370

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.9%

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

R = 41.71%
G = 39.9%
B = 18.39%

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

#FEF370 (or 0xFEF370) is known color: Witch Haze. HEX triplet: FE, F3 and 70. RGB value is (254,243,112). Sum of RGB (Red+Green+Blue) = 254+243+112=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 112 (44.14% from 255 or 18.39% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF370 is #010C8F. Grayscale: #E7E7E7. Windows color (decimal): -68752 or 7402494. OLE color: 7402494.

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

Color convert

RGB 254 243 112 -
CMYK 0 0.04 0.56 0.00
HSL 55.35º 0.99% 0.72% -
HSV(B) 55.35º 0.56% 1% -
XYZ 75.85 86.34 28 -
YUV 231.36 60.64 144.15 -
System Red Green Blue C M Y K H S L
Decimal 254 243 112 0 0.04 0.56 0.00 55.35 0.99 0.72
Hex FE F3 70 0 4 38 0 37 63 48
Octal 376 363 160 0 4 70 0 67 143 110
Binary 11111110 11110011 1110000 0 100 111000 0 110111 1100011 1001000

Color Harmonies of #FEF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF370

Black with #FEF370

Text Example


Text Example

White with #FEF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF370; }

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

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

background-color css

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

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

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

border-color css

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

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

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