Html Css Color HEX #FFF0AF Banana Mania

📋 copy color: '#FFF0AF'

red 255 ◦ green 240 ◦ blue 175

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

Shades of Banana Mania #FFF0AF

Tints of Banana Mania #FFF0AF

RGB

 RED value IS 255 (100% from 255) = 38.06%

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

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

R = 38.06%
G = 35.82%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFF0AF (or 0xFFF0AF) is known color: Banana Mania. HEX triplet: FF, F0 and AF. RGB value is (255,240,175). Sum of RGB (Red+Green+Blue) = 255+240+175=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 175 (68.75% from 255 or 26.12% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0AF is #000F50. Grayscale: #EDEDED. Windows color (decimal): -3921 or 11530495. OLE color: 11530495.

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

Color convert

RGB 255 240 175 -
CMYK 0 0.06 0.31 0
HSL 48.75º 1% 0.84% -
HSV(B) 48.75º 0.31% 1% -
XYZ 80.14 86.68 53.06 -
YUV 237.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 255 240 175 0 0.06 0.31 0 48.75 1 0.84
Hex FF F0 AF 0 6 1F 0 31 64 54
Octal 377 360 257 0 6 37 0 61 144 124
Binary 11111111 11110000 10101111 0 110 11111 0 110001 1100100 1010100

Color Harmonies of #FFF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0AF

Black with #FFF0AF

Text Example


Text Example

White with #FFF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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