Html Css Color HEX #F2D97A Buff

📋 copy color: '#F2D97A'

red 242 ◦ green 217 ◦ blue 122

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

Shades of Buff #F2D97A

Tints of Buff #F2D97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21%

R = 41.65%
G = 37.35%
B = 21%

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

#F2D97A (or 0xF2D97A) is known color: Buff. HEX triplet: F2, D9 and 7A. RGB value is (242,217,122). Sum of RGB (Red+Green+Blue) = 242+217+122=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D97A is #0D2685. Grayscale: #D6D6D6. Windows color (decimal): -861830 or 8051186. OLE color: 8051186.

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

Color convert

RGB 242 217 122 -
CMYK 0 0.10 0.50 0.05
HSL 47.5º 0.82% 0.71% -
HSV(B) 47.5º 0.5% 0.95% -
XYZ 64.94 69.91 28.48 -
YUV 213.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 242 217 122 0 0.10 0.50 0.05 47.5 0.82 0.71
Hex F2 D9 7A 0 A 32 5 30 52 47
Octal 362 331 172 0 12 62 5 60 122 107
Binary 11110010 11011001 1111010 0 1010 110010 101 110000 1010010 1000111

Color Harmonies of #F2D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D97A

Black with #F2D97A

Text Example


Text Example

White with #F2D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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