Html Css Color HEX #FEF274 Witch Haze

📋 copy color: '#FEF274'

red 254 ◦ green 242 ◦ blue 116

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

Shades of Witch Haze #FEF274

Tints of Witch Haze #FEF274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.95%

R = 41.5%
G = 39.54%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEF274 (or 0xFEF274) is known color: Witch Haze. HEX triplet: FE, F2 and 74. RGB value is (254,242,116). Sum of RGB (Red+Green+Blue) = 254+242+116=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 116 (45.70% from 255 or 18.95% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF274 is #010D8B. Grayscale: #E7E7E7. Windows color (decimal): -69004 or 7664382. OLE color: 7664382.

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

Color convert

RGB 254 242 116 -
CMYK 0 0.05 0.54 0.00
HSL 54.78º 0.99% 0.73% -
HSV(B) 54.78º 0.54% 1% -
XYZ 75.78 85.84 29.1 -
YUV 231.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 254 242 116 0 0.05 0.54 0.00 54.78 0.99 0.73
Hex FE F2 74 0 5 36 0 37 63 49
Octal 376 362 164 0 5 66 0 67 143 111
Binary 11111110 11110010 1110100 0 101 110110 0 110111 1100011 1001001

Color Harmonies of #FEF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF274

Black with #FEF274

Text Example


Text Example

White with #FEF274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF274; }

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

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

background-color css

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

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

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

border-color css

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

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

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