Html Css Color HEX #F0D97D Buff

📋 copy color: '#F0D97D'

red 240 ◦ green 217 ◦ blue 125

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

Shades of Buff #F0D97D

Tints of Buff #F0D97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.48%

R = 41.24%
G = 37.29%
B = 21.48%

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

#F0D97D (or 0xF0D97D) is known color: Buff. HEX triplet: F0, D9 and 7D. RGB value is (240,217,125). Sum of RGB (Red+Green+Blue) = 240+217+125=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D97D is #0F2682. Grayscale: #D5D5D5. Windows color (decimal): -992899 or 8247792. OLE color: 8247792.

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

Color convert

RGB 240 217 125 -
CMYK 0 0.10 0.48 0.06
HSL 48º 0.79% 0.72% -
HSV(B) 48º 0.48% 0.94% -
XYZ 64.45 69.63 29.45 -
YUV 213.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 240 217 125 0 0.10 0.48 0.06 48 0.79 0.72
Hex F0 D9 7D 0 A 30 6 30 4F 48
Octal 360 331 175 0 12 60 6 60 117 110
Binary 11110000 11011001 1111101 0 1010 110000 110 110000 1001111 1001000

Color Harmonies of #F0D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D97D

Black with #F0D97D

Text Example


Text Example

White with #F0D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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