Html Css Color HEX #F7DD80 Buff

📋 copy color: '#F7DD80'

red 247 ◦ green 221 ◦ blue 128

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

Shades of Buff #F7DD80

Tints of Buff #F7DD80

RGB

 RED value IS 247 (96.88% from 255) = 41.44%

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

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

R = 41.44%
G = 37.08%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7DD80 (or 0xF7DD80) is known color: Buff. HEX triplet: F7, DD and 80. RGB value is (247,221,128). Sum of RGB (Red+Green+Blue) = 247+221+128=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DD80 is #08227F. Grayscale: #DADADA. Windows color (decimal): -533120 or 8445431. OLE color: 8445431.

HSL color Cylindrical-coordinate representation of color #F7DD80: hue angle of 46.89º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7DD80 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 221 128 -
CMYK 0 0.11 0.48 0.03
HSL 46.89º 0.88% 0.74% -
HSV(B) 46.89º 0.48% 0.97% -
XYZ 68.11 73.05 30.93 -
YUV 218.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 247 221 128 0 0.11 0.48 0.03 46.89 0.88 0.74
Hex F7 DD 80 0 B 30 3 2F 58 4A
Octal 367 335 200 0 13 60 3 57 130 112
Binary 11110111 11011101 10000000 0 1011 110000 11 101111 1011000 1001010

Color Harmonies of #F7DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DD80

Black with #F7DD80

Text Example


Text Example

White with #F7DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DD80; }

 p { color: rgb(247,221,128); }

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

background-color css

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

 a { background-color: rgb(247,221,128); }

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

border-color css

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

 span { border-color: rgb(247,221,128); }

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