Html Css Color HEX #F2D97C Buff

📋 copy color: '#F2D97C'

red 242 ◦ green 217 ◦ blue 124

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

Shades of Buff #F2D97C

Tints of Buff #F2D97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.27%

R = 41.51%
G = 37.22%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2D97C (or 0xF2D97C) is known color: Buff. HEX triplet: F2, D9 and 7C. RGB value is (242,217,124). Sum of RGB (Red+Green+Blue) = 242+217+124=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D97C is #0D2683. Grayscale: #D6D6D6. Windows color (decimal): -861828 or 8182258. OLE color: 8182258.

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

Color convert

RGB 242 217 124 -
CMYK 0 0.10 0.49 0.05
HSL 47.29º 0.82% 0.72% -
HSV(B) 47.29º 0.49% 0.95% -
XYZ 65.07 69.96 29.14 -
YUV 213.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 242 217 124 0 0.10 0.49 0.05 47.29 0.82 0.72
Hex F2 D9 7C 0 A 31 5 2F 52 48
Octal 362 331 174 0 12 61 5 57 122 110
Binary 11110010 11011001 1111100 0 1010 110001 101 101111 1010010 1001000

Color Harmonies of #F2D97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D97C

Black with #F2D97C

Text Example


Text Example

White with #F2D97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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