Html Css Color HEX #FEF278 Witch Haze

📋 copy color: '#FEF278'

red 254 ◦ green 242 ◦ blue 120

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

Shades of Witch Haze #FEF278

Tints of Witch Haze #FEF278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.48%

R = 41.23%
G = 39.29%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEF278 (or 0xFEF278) is known color: Witch Haze. HEX triplet: FE, F2 and 78. RGB value is (254,242,120). Sum of RGB (Red+Green+Blue) = 254+242+120=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 120 (47.27% from 255 or 19.48% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF278 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF278 is #010D87. Grayscale: #E8E8E8. Windows color (decimal): -69000 or 7926526. OLE color: 7926526.

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

Color convert

RGB 254 242 120 -
CMYK 0 0.05 0.53 0.00
HSL 54.63º 0.99% 0.73% -
HSV(B) 54.63º 0.53% 1% -
XYZ 76.02 85.93 30.35 -
YUV 231.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 254 242 120 0 0.05 0.53 0.00 54.63 0.99 0.73
Hex FE F2 78 0 5 35 0 37 63 49
Octal 376 362 170 0 5 65 0 67 143 111
Binary 11111110 11110010 1111000 0 101 110101 0 110111 1100011 1001001

Color Harmonies of #FEF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF278

Black with #FEF278

Text Example


Text Example

White with #FEF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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