Html Css Color HEX #F2D979 Buff

📋 copy color: '#F2D979'

red 242 ◦ green 217 ◦ blue 121

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

Shades of Buff #F2D979

Tints of Buff #F2D979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.86%

R = 41.72%
G = 37.41%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2D979 (or 0xF2D979) is known color: Buff. HEX triplet: F2, D9 and 79. RGB value is (242,217,121). Sum of RGB (Red+Green+Blue) = 242+217+121=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D979 is #0D2686. Grayscale: #D5D5D5. Windows color (decimal): -861831 or 7985650. OLE color: 7985650.

HSL color Cylindrical-coordinate representation of color #F2D979: hue angle of 47.6º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2D979 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 121 -
CMYK 0 0.10 0.50 0.05
HSL 47.6º 0.82% 0.71% -
HSV(B) 47.6º 0.5% 0.95% -
XYZ 64.88 69.88 28.16 -
YUV 213.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 242 217 121 0 0.10 0.50 0.05 47.6 0.82 0.71
Hex F2 D9 79 0 A 32 5 30 52 47
Octal 362 331 171 0 12 62 5 60 122 107
Binary 11110010 11011001 1111001 0 1010 110010 101 110000 1010010 1000111

Color Harmonies of #F2D979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D979

Black with #F2D979

Text Example


Text Example

White with #F2D979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D979; }

 p { color: rgb(242,217,121); }

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

background-color css

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

 a { background-color: rgb(242,217,121); }

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

border-color css

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

 span { border-color: rgb(242,217,121); }

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