Html Css Color HEX #F3DC80 Buff

📋 copy color: '#F3DC80'

red 243 ◦ green 220 ◦ blue 128

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

Shades of Buff #F3DC80

Tints of Buff #F3DC80

RGB

 RED value IS 243 (95.31% from 255) = 41.12%

 GREEN value IS 220 (86.33% from 255) = 37.23%

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

R = 41.12%
G = 37.23%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3DC80 (or 0xF3DC80) is known color: Buff. HEX triplet: F3, DC and 80. RGB value is (243,220,128). Sum of RGB (Red+Green+Blue) = 243+220+128=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC80 is #0C237F. Grayscale: #D8D8D8. Windows color (decimal): -795520 or 8445171. OLE color: 8445171.

HSL color Cylindrical-coordinate representation of color #F3DC80: hue angle of 48º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3DC80 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 220 128 -
CMYK 0 0.09 0.47 0.05
HSL 48º 0.83% 0.73% -
HSV(B) 48º 0.47% 0.95% -
XYZ 66.45 71.8 30.78 -
YUV 216.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 243 220 128 0 0.09 0.47 0.05 48 0.83 0.73
Hex F3 DC 80 0 9 2F 5 30 53 49
Octal 363 334 200 0 11 57 5 60 123 111
Binary 11110011 11011100 10000000 0 1001 101111 101 110000 1010011 1001001

Color Harmonies of #F3DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DC80

Black with #F3DC80

Text Example


Text Example

White with #F3DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DC80; }

 p { color: rgb(243,220,128); }

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

background-color css

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

 a { background-color: rgb(243,220,128); }

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

border-color css

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

 span { border-color: rgb(243,220,128); }

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