Html Css Color HEX #F5DA8C Buff

📋 copy color: '#F5DA8C'

red 245 ◦ green 218 ◦ blue 140

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

Shades of Buff #F5DA8C

Tints of Buff #F5DA8C

RGB

 RED value IS 245 (96.09% from 255) = 40.63%

 GREEN value IS 218 (85.55% from 255) = 36.15%

 BLUE value IS 140 (55.08% from 255) = 23.22%

R = 40.63%
G = 36.15%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5DA8C (or 0xF5DA8C) is known color: Buff. HEX triplet: F5, DA and 8C. RGB value is (245,218,140). Sum of RGB (Red+Green+Blue) = 245+218+140=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA8C is #0A2573. Grayscale: #D9D9D9. Windows color (decimal): -664948 or 9231093. OLE color: 9231093.

HSL color Cylindrical-coordinate representation of color #F5DA8C: hue angle of 44.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5DA8C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 140 -
CMYK 0 0.11 0.43 0.04
HSL 44.57º 0.84% 0.75% -
HSV(B) 44.57º 0.43% 0.96% -
XYZ 67.46 71.45 35.05 -
YUV 217.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 245 218 140 0 0.11 0.43 0.04 44.57 0.84 0.75
Hex F5 DA 8C 0 B 2B 4 2D 54 4B
Octal 365 332 214 0 13 53 4 55 124 113
Binary 11110101 11011010 10001100 0 1011 101011 100 101101 1010100 1001011

Color Harmonies of #F5DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DA8C

Black with #F5DA8C

Text Example


Text Example

White with #F5DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DA8C; }

 p { color: rgb(245,218,140); }

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

background-color css

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

 a { background-color: rgb(245,218,140); }

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

border-color css

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

 span { border-color: rgb(245,218,140); }

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