Html Css Color HEX #F2DA80 Buff

📋 copy color: '#F2DA80'

red 242 ◦ green 218 ◦ blue 128

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

Shades of Buff #F2DA80

Tints of Buff #F2DA80

RGB

 RED value IS 242 (94.92% from 255) = 41.16%

 GREEN value IS 218 (85.55% from 255) = 37.07%

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

R = 41.16%
G = 37.07%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2DA80 (or 0xF2DA80) is known color: Buff. HEX triplet: F2, DA and 80. RGB value is (242,218,128). Sum of RGB (Red+Green+Blue) = 242+218+128=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA80 is #0D257F. Grayscale: #D7D7D7. Windows color (decimal): -861568 or 8444658. OLE color: 8444658.

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

Color convert

RGB 242 218 128 -
CMYK 0 0.10 0.47 0.05
HSL 47.37º 0.81% 0.73% -
HSV(B) 47.37º 0.47% 0.95% -
XYZ 65.59 70.58 30.59 -
YUV 214.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 242 218 128 0 0.10 0.47 0.05 47.37 0.81 0.73
Hex F2 DA 80 0 A 2F 5 2F 51 49
Octal 362 332 200 0 12 57 5 57 121 111
Binary 11110010 11011010 10000000 0 1010 101111 101 101111 1010001 1001001

Color Harmonies of #F2DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA80

Black with #F2DA80

Text Example


Text Example

White with #F2DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA80; }

 p { color: rgb(242,218,128); }

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

background-color css

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

 a { background-color: rgb(242,218,128); }

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

border-color css

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

 span { border-color: rgb(242,218,128); }

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