Html Css Color HEX #F8DF80 Buff

📋 copy color: '#F8DF80'

red 248 ◦ green 223 ◦ blue 128

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

Shades of Buff #F8DF80

Tints of Buff #F8DF80

RGB

 RED value IS 248 (97.27% from 255) = 41.4%

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

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

R = 41.4%
G = 37.23%
B = 21.37%

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

#F8DF80 (or 0xF8DF80) is known color: Buff. HEX triplet: F8, DF and 80. RGB value is (248,223,128). Sum of RGB (Red+Green+Blue) = 248+223+128=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF80 is #07207F. Grayscale: #DCDCDC. Windows color (decimal): -467072 or 8445944. OLE color: 8445944.

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

Color convert

RGB 248 223 128 -
CMYK 0 0.10 0.48 0.03
HSL 47.5º 0.9% 0.74% -
HSV(B) 47.5º 0.48% 0.97% -
XYZ 69 74.29 31.13 -
YUV 219.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 248 223 128 0 0.10 0.48 0.03 47.5 0.9 0.74
Hex F8 DF 80 0 A 30 3 30 5A 4A
Octal 370 337 200 0 12 60 3 60 132 112
Binary 11111000 11011111 10000000 0 1010 110000 11 110000 1011010 1001010

Color Harmonies of #F8DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF80

Black with #F8DF80

Text Example


Text Example

White with #F8DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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