Html Css Color HEX #F3DF80 Buff

📋 copy color: '#F3DF80'

red 243 ◦ green 223 ◦ blue 128

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

Shades of Buff #F3DF80

Tints of Buff #F3DF80

RGB

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

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

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

R = 40.91%
G = 37.54%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3DF80 (or 0xF3DF80) is known color: Buff. HEX triplet: F3, DF and 80. RGB value is (243,223,128). Sum of RGB (Red+Green+Blue) = 243+223+128=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF80 is #0C207F. Grayscale: #DADADA. Windows color (decimal): -794752 or 8445939. OLE color: 8445939.

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

Color convert

RGB 243 223 128 -
CMYK 0 0.08 0.47 0.05
HSL 49.57º 0.83% 0.73% -
HSV(B) 49.57º 0.47% 0.95% -
XYZ 67.25 73.39 31.04 -
YUV 218.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 243 223 128 0 0.08 0.47 0.05 49.57 0.83 0.73
Hex F3 DF 80 0 8 2F 5 32 53 49
Octal 363 337 200 0 10 57 5 62 123 111
Binary 11110011 11011111 10000000 0 1000 101111 101 110010 1010011 1001001

Color Harmonies of #F3DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DF80

Black with #F3DF80

Text Example


Text Example

White with #F3DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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