Html Css Color HEX #F5DD8B Buff

📋 copy color: '#F5DD8B'

red 245 ◦ green 221 ◦ blue 139

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

Shades of Buff #F5DD8B

Tints of Buff #F5DD8B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.53%

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

R = 40.5%
G = 36.53%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5DD8B (or 0xF5DD8B) is known color: Buff. HEX triplet: F5, DD and 8B. RGB value is (245,221,139). Sum of RGB (Red+Green+Blue) = 245+221+139=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DD8B is #0A2274. Grayscale: #DBDBDB. Windows color (decimal): -664181 or 9166325. OLE color: 9166325.

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

Color convert

RGB 245 221 139 -
CMYK 0 0.10 0.43 0.04
HSL 46.42º 0.84% 0.75% -
HSV(B) 46.42º 0.43% 0.96% -
XYZ 68.17 72.99 34.92 -
YUV 218.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 245 221 139 0 0.10 0.43 0.04 46.42 0.84 0.75
Hex F5 DD 8B 0 A 2B 4 2E 54 4B
Octal 365 335 213 0 12 53 4 56 124 113
Binary 11110101 11011101 10001011 0 1010 101011 100 101110 1010100 1001011

Color Harmonies of #F5DD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DD8B

Black with #F5DD8B

Text Example


Text Example

White with #F5DD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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