Html Css Color HEX #F5DC8C Buff

📋 copy color: '#F5DC8C'

red 245 ◦ green 220 ◦ blue 140

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

Shades of Buff #F5DC8C

Tints of Buff #F5DC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

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

R = 40.5%
G = 36.36%
B = 23.14%

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

#F5DC8C (or 0xF5DC8C) is known color: Buff. HEX triplet: F5, DC and 8C. RGB value is (245,220,140). Sum of RGB (Red+Green+Blue) = 245+220+140=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC8C is #0A2373. Grayscale: #DADADA. Windows color (decimal): -664436 or 9231605. OLE color: 9231605.

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

Color convert

RGB 245 220 140 -
CMYK 0 0.10 0.43 0.04
HSL 45.71º 0.84% 0.75% -
HSV(B) 45.71º 0.43% 0.96% -
XYZ 67.98 72.49 35.22 -
YUV 218.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 245 220 140 0 0.10 0.43 0.04 45.71 0.84 0.75
Hex F5 DC 8C 0 A 2B 4 2E 54 4B
Octal 365 334 214 0 12 53 4 56 124 113
Binary 11110101 11011100 10001100 0 1010 101011 100 101110 1010100 1001011

Color Harmonies of #F5DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC8C

Black with #F5DC8C

Text Example


Text Example

White with #F5DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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