Html Css Color HEX #F2D780 Buff

📋 copy color: '#F2D780'

red 242 ◦ green 215 ◦ blue 128

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

Shades of Buff #F2D780

Tints of Buff #F2D780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

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

R = 41.37%
G = 36.75%
B = 21.88%

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

#F2D780 (or 0xF2D780) is known color: Buff. HEX triplet: F2, D7 and 80. RGB value is (242,215,128). Sum of RGB (Red+Green+Blue) = 242+215+128=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D780 is #0D287F. Grayscale: #D5D5D5. Windows color (decimal): -862336 or 8443890. OLE color: 8443890.

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

Color convert

RGB 242 215 128 -
CMYK 0 0.11 0.47 0.05
HSL 45.79º 0.81% 0.73% -
HSV(B) 45.79º 0.47% 0.95% -
XYZ 64.81 69.04 30.33 -
YUV 213.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 242 215 128 0 0.11 0.47 0.05 45.79 0.81 0.73
Hex F2 D7 80 0 B 2F 5 2E 51 49
Octal 362 327 200 0 13 57 5 56 121 111
Binary 11110010 11010111 10000000 0 1011 101111 101 101110 1010001 1001001

Color Harmonies of #F2D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D780

Black with #F2D780

Text Example


Text Example

White with #F2D780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D780; }

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

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

background-color css

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

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

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

border-color css

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

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

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