Html Css Color HEX #F7DF80 Buff

📋 copy color: '#F7DF80'

red 247 ◦ green 223 ◦ blue 128

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

Shades of Buff #F7DF80

Tints of Buff #F7DF80

RGB

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

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

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

R = 41.3%
G = 37.29%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7DF80 (or 0xF7DF80) is known color: Buff. HEX triplet: F7, DF and 80. RGB value is (247,223,128). Sum of RGB (Red+Green+Blue) = 247+223+128=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DF80 is #08207F. Grayscale: #DBDBDB. Windows color (decimal): -532608 or 8445943. OLE color: 8445943.

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

Color convert

RGB 247 223 128 -
CMYK 0 0.10 0.48 0.03
HSL 47.9º 0.88% 0.74% -
HSV(B) 47.9º 0.48% 0.97% -
XYZ 68.64 74.11 31.11 -
YUV 219.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 247 223 128 0 0.10 0.48 0.03 47.9 0.88 0.74
Hex F7 DF 80 0 A 30 3 30 58 4A
Octal 367 337 200 0 12 60 3 60 130 112
Binary 11110111 11011111 10000000 0 1010 110000 11 110000 1011000 1001010

Color Harmonies of #F7DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DF80

Black with #F7DF80

Text Example


Text Example

White with #F7DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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