Html Css Color HEX #FEF37A Witch Haze

📋 copy color: '#FEF37A'

red 254 ◦ green 243 ◦ blue 122

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

Shades of Witch Haze #FEF37A

Tints of Witch Haze #FEF37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.71%

R = 41.03%
G = 39.26%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEF37A (or 0xFEF37A) is known color: Witch Haze. HEX triplet: FE, F3 and 7A. RGB value is (254,243,122). Sum of RGB (Red+Green+Blue) = 254+243+122=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 122 (48.05% from 255 or 19.71% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF37A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF37A is #010C85. Grayscale: #E8E8E8. Windows color (decimal): -68742 or 8057854. OLE color: 8057854.

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

Color convert

RGB 254 243 122 -
CMYK 0 0.04 0.52 0.00
HSL 55º 0.99% 0.74% -
HSV(B) 55º 0.52% 1% -
XYZ 76.44 86.58 31.09 -
YUV 232.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 254 243 122 0 0.04 0.52 0.00 55 0.99 0.74
Hex FE F3 7A 0 4 34 0 37 63 4A
Octal 376 363 172 0 4 64 0 67 143 112
Binary 11111110 11110011 1111010 0 100 110100 0 110111 1100011 1001010

Color Harmonies of #FEF37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF37A

Black with #FEF37A

Text Example


Text Example

White with #FEF37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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