Html Css Color HEX #F0D97A Buff

📋 copy color: '#F0D97A'

red 240 ◦ green 217 ◦ blue 122

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

Shades of Buff #F0D97A

Tints of Buff #F0D97A

RGB

 RED value IS 240 (94.14% from 255) = 41.45%

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

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

R = 41.45%
G = 37.48%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0D97A (or 0xF0D97A) is known color: Buff. HEX triplet: F0, D9 and 7A. RGB value is (240,217,122). Sum of RGB (Red+Green+Blue) = 240+217+122=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D97A is #0F2685. Grayscale: #D5D5D5. Windows color (decimal): -992902 or 8051184. OLE color: 8051184.

HSL color Cylindrical-coordinate representation of color #F0D97A: hue angle of 48.31º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0D97A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 217 122 -
CMYK 0 0.10 0.49 0.06
HSL 48.31º 0.8% 0.71% -
HSV(B) 48.31º 0.49% 0.94% -
XYZ 64.26 69.56 28.45 -
YUV 213.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 240 217 122 0 0.10 0.49 0.06 48.31 0.8 0.71
Hex F0 D9 7A 0 A 31 6 30 50 47
Octal 360 331 172 0 12 61 6 60 120 107
Binary 11110000 11011001 1111010 0 1010 110001 110 110000 1010000 1000111

Color Harmonies of #F0D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D97A

Black with #F0D97A

Text Example


Text Example

White with #F0D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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