Html Css Color HEX #F5D98D Buff

📋 copy color: '#F5D98D'

red 245 ◦ green 217 ◦ blue 141

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

Shades of Buff #F5D98D

Tints of Buff #F5D98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.38%

R = 40.63%
G = 35.99%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5D98D (or 0xF5D98D) is known color: Buff. HEX triplet: F5, D9 and 8D. RGB value is (245,217,141). Sum of RGB (Red+Green+Blue) = 245+217+141=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D98D is #0A2672. Grayscale: #D9D9D9. Windows color (decimal): -665203 or 9296373. OLE color: 9296373.

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

Color convert

RGB 245 217 141 -
CMYK 0 0.11 0.42 0.04
HSL 43.85º 0.84% 0.76% -
HSV(B) 43.85º 0.42% 0.96% -
XYZ 67.28 70.96 35.35 -
YUV 216.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 245 217 141 0 0.11 0.42 0.04 43.85 0.84 0.76
Hex F5 D9 8D 0 B 2A 4 2C 54 4C
Octal 365 331 215 0 13 52 4 54 124 114
Binary 11110101 11011001 10001101 0 1011 101010 100 101100 1010100 1001100

Color Harmonies of #F5D98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D98D

Black with #F5D98D

Text Example


Text Example

White with #F5D98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D98D; }

 p { color: rgb(245,217,141); }

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

background-color css

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

 a { background-color: rgb(245,217,141); }

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

border-color css

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

 span { border-color: rgb(245,217,141); }

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