Html Css Color HEX #FEF072 Witch Haze

📋 copy color: '#FEF072'

red 254 ◦ green 240 ◦ blue 114

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

Shades of Witch Haze #FEF072

Tints of Witch Haze #FEF072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.47%

 BLUE value IS 114 (44.92% from 255) = 18.75%

R = 41.78%
G = 39.47%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEF072 (or 0xFEF072) is known color: Witch Haze. HEX triplet: FE, F0 and 72. RGB value is (254,240,114). Sum of RGB (Red+Green+Blue) = 254+240+114=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 114 (44.92% from 255 or 18.75% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF072 is #010F8D. Grayscale: #E6E6E6. Windows color (decimal): -69518 or 7532798. OLE color: 7532798.

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

Color convert

RGB 254 240 114 -
CMYK 0 0.06 0.55 0.00
HSL 54º 0.99% 0.72% -
HSV(B) 54º 0.55% 1% -
XYZ 75.07 84.61 28.29 -
YUV 229.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 254 240 114 0 0.06 0.55 0.00 54 0.99 0.72
Hex FE F0 72 0 6 37 0 36 63 48
Octal 376 360 162 0 6 67 0 66 143 110
Binary 11111110 11110000 1110010 0 110 110111 0 110110 1100011 1001000

Color Harmonies of #FEF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF072

Black with #FEF072

Text Example


Text Example

White with #FEF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF072; }

 p { color: rgb(254,240,114); }

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

background-color css

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

 a { background-color: rgb(254,240,114); }

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

border-color css

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

 span { border-color: rgb(254,240,114); }

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