Html Css Color HEX #F6DF82 Buff

📋 copy color: '#F6DF82'

red 246 ◦ green 223 ◦ blue 130

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

Shades of Buff #F6DF82

Tints of Buff #F6DF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.7%

R = 41.07%
G = 37.23%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6DF82 (or 0xF6DF82) is known color: Buff. HEX triplet: F6, DF and 82. RGB value is (246,223,130). Sum of RGB (Red+Green+Blue) = 246+223+130=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DF82 is #09207D. Grayscale: #DBDBDB. Windows color (decimal): -598142 or 8577014. OLE color: 8577014.

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

Color convert

RGB 246 223 130 -
CMYK 0 0.09 0.47 0.04
HSL 48.1º 0.87% 0.74% -
HSV(B) 48.1º 0.47% 0.96% -
XYZ 68.42 73.98 31.79 -
YUV 219.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 246 223 130 0 0.09 0.47 0.04 48.1 0.87 0.74
Hex F6 DF 82 0 9 2F 4 30 57 4A
Octal 366 337 202 0 11 57 4 60 127 112
Binary 11110110 11011111 10000010 0 1001 101111 100 110000 1010111 1001010

Color Harmonies of #F6DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DF82

Black with #F6DF82

Text Example


Text Example

White with #F6DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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