Html Css Color HEX #F2DD80 Buff

📋 copy color: '#F2DD80'

red 242 ◦ green 221 ◦ blue 128

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

Shades of Buff #F2DD80

Tints of Buff #F2DD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.39%

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

R = 40.95%
G = 37.39%
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

#F2DD80 (or 0xF2DD80) is known color: Buff. HEX triplet: F2, DD and 80. RGB value is (242,221,128). Sum of RGB (Red+Green+Blue) = 242+221+128=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DD80 is #0D227F. Grayscale: #D9D9D9. Windows color (decimal): -860800 or 8445426. OLE color: 8445426.

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

Color convert

RGB 242 221 128 -
CMYK 0 0.09 0.47 0.05
HSL 48.95º 0.81% 0.73% -
HSV(B) 48.95º 0.47% 0.95% -
XYZ 66.37 72.15 30.85 -
YUV 216.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 242 221 128 0 0.09 0.47 0.05 48.95 0.81 0.73
Hex F2 DD 80 0 9 2F 5 31 51 49
Octal 362 335 200 0 11 57 5 61 121 111
Binary 11110010 11011101 10000000 0 1001 101111 101 110001 1010001 1001001

Color Harmonies of #F2DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD80

Black with #F2DD80

Text Example


Text Example

White with #F2DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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