Html Css Color HEX #FEF0AF Banana Mania

📋 copy color: '#FEF0AF'

red 254 ◦ green 240 ◦ blue 175

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

Shades of Banana Mania #FEF0AF

Tints of Banana Mania #FEF0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.16%

R = 37.97%
G = 35.87%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEF0AF (or 0xFEF0AF) is known color: Banana Mania. HEX triplet: FE, F0 and AF. RGB value is (254,240,175). Sum of RGB (Red+Green+Blue) = 254+240+175=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0AF is #010F50. Grayscale: #EDEDED. Windows color (decimal): -69457 or 11530494. OLE color: 11530494.

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

Color convert

RGB 254 240 175 -
CMYK 0 0.06 0.31 0.00
HSL 49.37º 0.98% 0.84% -
HSV(B) 49.37º 0.31% 1% -
XYZ 79.77 86.49 53.05 -
YUV 236.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 254 240 175 0 0.06 0.31 0.00 49.37 0.98 0.84
Hex FE F0 AF 0 6 1F 0 31 62 54
Octal 376 360 257 0 6 37 0 61 142 124
Binary 11111110 11110000 10101111 0 110 11111 0 110001 1100010 1010100

Color Harmonies of #FEF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0AF

Black with #FEF0AF

Text Example


Text Example

White with #FEF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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