Html Css Color HEX #F0D97C Buff

📋 copy color: '#F0D97C'

red 240 ◦ green 217 ◦ blue 124

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

Shades of Buff #F0D97C

Tints of Buff #F0D97C

RGB

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

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

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

R = 41.31%
G = 37.35%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0D97C (or 0xF0D97C) is known color: Buff. HEX triplet: F0, D9 and 7C. RGB value is (240,217,124). Sum of RGB (Red+Green+Blue) = 240+217+124=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D97C is #0F2683. Grayscale: #D5D5D5. Windows color (decimal): -992900 or 8182256. OLE color: 8182256.

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

Color convert

RGB 240 217 124 -
CMYK 0 0.10 0.48 0.06
HSL 48.1º 0.79% 0.71% -
HSV(B) 48.1º 0.48% 0.94% -
XYZ 64.39 69.61 29.11 -
YUV 213.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 240 217 124 0 0.10 0.48 0.06 48.1 0.79 0.71
Hex F0 D9 7C 0 A 30 6 30 4F 47
Octal 360 331 174 0 12 60 6 60 117 107
Binary 11110000 11011001 1111100 0 1010 110000 110 110000 1001111 1000111

Color Harmonies of #F0D97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D97C

Black with #F0D97C

Text Example


Text Example

White with #F0D97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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