Html Css Color HEX #F6E080 Buff

📋 copy color: '#F6E080'

red 246 ◦ green 224 ◦ blue 128

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

Shades of Buff #F6E080

Tints of Buff #F6E080

RGB

 RED value IS 246 (96.48% from 255) = 41.14%

 GREEN value IS 224 (87.89% from 255) = 37.46%

 BLUE value IS 128 (50.39% from 255) = 21.4%

R = 41.14%
G = 37.46%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6E080 (or 0xF6E080) is known color: Buff. HEX triplet: F6, E0 and 80. RGB value is (246,224,128). Sum of RGB (Red+Green+Blue) = 246+224+128=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E080 is #091F7F. Grayscale: #DCDCDC. Windows color (decimal): -597888 or 8446198. OLE color: 8446198.

HSL color Cylindrical-coordinate representation of color #F6E080: hue angle of 48.81º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6E080 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 224 128 -
CMYK 0 0.09 0.48 0.04
HSL 48.81º 0.87% 0.73% -
HSV(B) 48.81º 0.48% 0.96% -
XYZ 68.56 74.46 31.18 -
YUV 219.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 246 224 128 0 0.09 0.48 0.04 48.81 0.87 0.73
Hex F6 E0 80 0 9 30 4 31 57 49
Octal 366 340 200 0 11 60 4 61 127 111
Binary 11110110 11100000 10000000 0 1001 110000 100 110001 1010111 1001001

Color Harmonies of #F6E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E080

Black with #F6E080

Text Example


Text Example

White with #F6E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E080; }

 p { color: rgb(246,224,128); }

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

background-color css

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

 a { background-color: rgb(246,224,128); }

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

border-color css

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

 span { border-color: rgb(246,224,128); }

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