Html Css Color HEX #F3D980 Buff

📋 copy color: '#F3D980'

red 243 ◦ green 217 ◦ blue 128

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

Shades of Buff #F3D980

Tints of Buff #F3D980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.9%

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

R = 41.33%
G = 36.9%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3D980 (or 0xF3D980) is known color: Buff. HEX triplet: F3, D9 and 80. RGB value is (243,217,128). Sum of RGB (Red+Green+Blue) = 243+217+128=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D980 is #0C267F. Grayscale: #D7D7D7. Windows color (decimal): -796288 or 8444403. OLE color: 8444403.

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

Color convert

RGB 243 217 128 -
CMYK 0 0.11 0.47 0.05
HSL 46.43º 0.83% 0.73% -
HSV(B) 46.43º 0.47% 0.95% -
XYZ 65.67 70.24 30.52 -
YUV 214.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 243 217 128 0 0.11 0.47 0.05 46.43 0.83 0.73
Hex F3 D9 80 0 B 2F 5 2E 53 49
Octal 363 331 200 0 13 57 5 56 123 111
Binary 11110011 11011001 10000000 0 1011 101111 101 101110 1010011 1001001

Color Harmonies of #F3D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D980

Black with #F3D980

Text Example


Text Example

White with #F3D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D980; }

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

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

background-color css

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

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

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

border-color css

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

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

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