Html Css Color HEX #F6DF88 Buff

📋 copy color: '#F6DF88'

red 246 ◦ green 223 ◦ blue 136

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

Shades of Buff #F6DF88

Tints of Buff #F6DF88

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 136 (53.52% from 255) = 22.48%

R = 40.66%
G = 36.86%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F6DF88 (or 0xF6DF88) is known color: Buff. HEX triplet: F6, DF and 88. RGB value is (246,223,136). Sum of RGB (Red+Green+Blue) = 246+223+136=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DF88 is #092077. Grayscale: #DCDCDC. Windows color (decimal): -598136 or 8970230. OLE color: 8970230.

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

Color convert

RGB 246 223 136 -
CMYK 0 0.09 0.45 0.04
HSL 47.45º 0.86% 0.75% -
HSV(B) 47.45º 0.45% 0.96% -
XYZ 68.84 74.15 33.98 -
YUV 219.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 246 223 136 0 0.09 0.45 0.04 47.45 0.86 0.75
Hex F6 DF 88 0 9 2D 4 2F 56 4B
Octal 366 337 210 0 11 55 4 57 126 113
Binary 11110110 11011111 10001000 0 1001 101101 100 101111 1010110 1001011

Color Harmonies of #F6DF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DF88

Black with #F6DF88

Text Example


Text Example

White with #F6DF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DF88; }

 p { color: rgb(246,223,136); }

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

background-color css

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

 a { background-color: rgb(246,223,136); }

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

border-color css

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

 span { border-color: rgb(246,223,136); }

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