Html Css Color HEX #F2D97E Buff

📋 copy color: '#F2D97E'

red 242 ◦ green 217 ◦ blue 126

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

Shades of Buff #F2D97E

Tints of Buff #F2D97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.54%

R = 41.37%
G = 37.09%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2D97E (or 0xF2D97E) is known color: Buff. HEX triplet: F2, D9 and 7E. RGB value is (242,217,126). Sum of RGB (Red+Green+Blue) = 242+217+126=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D97E is #0D2681. Grayscale: #D6D6D6. Windows color (decimal): -861826 or 8313330. OLE color: 8313330.

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

Color convert

RGB 242 217 126 -
CMYK 0 0.10 0.48 0.05
HSL 47.07º 0.82% 0.72% -
HSV(B) 47.07º 0.48% 0.95% -
XYZ 65.2 70.01 29.82 -
YUV 214.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 242 217 126 0 0.10 0.48 0.05 47.07 0.82 0.72
Hex F2 D9 7E 0 A 30 5 2F 52 48
Octal 362 331 176 0 12 60 5 57 122 110
Binary 11110010 11011001 1111110 0 1010 110000 101 101111 1010010 1001000

Color Harmonies of #F2D97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D97E

Black with #F2D97E

Text Example


Text Example

White with #F2D97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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