Html Css Color HEX #F5DA8B Buff

📋 copy color: '#F5DA8B'

red 245 ◦ green 218 ◦ blue 139

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

Shades of Buff #F5DA8B

Tints of Buff #F5DA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.09%

R = 40.7%
G = 36.21%
B = 23.09%

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

#F5DA8B (or 0xF5DA8B) is known color: Buff. HEX triplet: F5, DA and 8B. RGB value is (245,218,139). Sum of RGB (Red+Green+Blue) = 245+218+139=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA8B is #0A2574. Grayscale: #D9D9D9. Windows color (decimal): -664949 or 9165557. OLE color: 9165557.

HSL color Cylindrical-coordinate representation of color #F5DA8B: hue angle of 44.72º 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 #F5DA8B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 139 -
CMYK 0 0.11 0.43 0.04
HSL 44.72º 0.84% 0.75% -
HSV(B) 44.72º 0.43% 0.96% -
XYZ 67.39 71.42 34.66 -
YUV 217.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 245 218 139 0 0.11 0.43 0.04 44.72 0.84 0.75
Hex F5 DA 8B 0 B 2B 4 2D 54 4B
Octal 365 332 213 0 13 53 4 55 124 113
Binary 11110101 11011010 10001011 0 1011 101011 100 101101 1010100 1001011

Color Harmonies of #F5DA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DA8B

Black with #F5DA8B

Text Example


Text Example

White with #F5DA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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