Html Css Color HEX #F6DD82 Buff

📋 copy color: '#F6DD82'

red 246 ◦ green 221 ◦ blue 130

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

Shades of Buff #F6DD82

Tints of Buff #F6DD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.02%

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

R = 41.21%
G = 37.02%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6DD82 (or 0xF6DD82) is known color: Buff. HEX triplet: F6, DD and 82. RGB value is (246,221,130). Sum of RGB (Red+Green+Blue) = 246+221+130=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DD82 is #09227D. Grayscale: #DADADA. Windows color (decimal): -598654 or 8576502. OLE color: 8576502.

HSL color Cylindrical-coordinate representation of color #F6DD82: hue angle of 47.07º 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 #F6DD82 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 221 130 -
CMYK 0 0.10 0.47 0.04
HSL 47.07º 0.87% 0.74% -
HSV(B) 47.07º 0.47% 0.96% -
XYZ 67.89 72.92 31.62 -
YUV 218.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 246 221 130 0 0.10 0.47 0.04 47.07 0.87 0.74
Hex F6 DD 82 0 A 2F 4 2F 57 4A
Octal 366 335 202 0 12 57 4 57 127 112
Binary 11110110 11011101 10000010 0 1010 101111 100 101111 1010111 1001010

Color Harmonies of #F6DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DD82

Black with #F6DD82

Text Example


Text Example

White with #F6DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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