Html Css Color HEX #F6E081 Buff

📋 copy color: '#F6E081'

red 246 ◦ green 224 ◦ blue 129

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

Shades of Buff #F6E081

Tints of Buff #F6E081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.54%

R = 41.07%
G = 37.4%
B = 21.54%

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

#F6E081 (or 0xF6E081) is known color: Buff. HEX triplet: F6, E0 and 81. RGB value is (246,224,129). Sum of RGB (Red+Green+Blue) = 246+224+129=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E081 is #091F7E. Grayscale: #DCDCDC. Windows color (decimal): -597887 or 8511734. OLE color: 8511734.

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

Color convert

RGB 246 224 129 -
CMYK 0 0.09 0.48 0.04
HSL 48.72º 0.87% 0.74% -
HSV(B) 48.72º 0.48% 0.96% -
XYZ 68.62 74.49 31.53 -
YUV 219.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 246 224 129 0 0.09 0.48 0.04 48.72 0.87 0.74
Hex F6 E0 81 0 9 30 4 31 57 4A
Octal 366 340 201 0 11 60 4 61 127 112
Binary 11110110 11100000 10000001 0 1001 110000 100 110001 1010111 1001010

Color Harmonies of #F6E081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E081

Black with #F6E081

Text Example


Text Example

White with #F6E081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E081; }

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

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

background-color css

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

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

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

border-color css

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

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

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