Html Css Color HEX #F8DC8B Buff

📋 copy color: '#F8DC8B'

red 248 ◦ green 220 ◦ blue 139

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

Shades of Buff #F8DC8B

Tints of Buff #F8DC8B

RGB

 RED value IS 248 (97.27% from 255) = 40.86%

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

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

R = 40.86%
G = 36.24%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8DC8B (or 0xF8DC8B) is known color: Buff. HEX triplet: F8, DC and 8B. RGB value is (248,220,139). Sum of RGB (Red+Green+Blue) = 248+220+139=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC8B is #072374. Grayscale: #DBDBDB. Windows color (decimal): -467829 or 9166072. OLE color: 9166072.

HSL color Cylindrical-coordinate representation of color #F8DC8B: hue angle of 44.59º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8DC8B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 139 -
CMYK 0 0.11 0.44 0.03
HSL 44.59º 0.89% 0.76% -
HSV(B) 44.59º 0.44% 0.97% -
XYZ 68.96 73.01 34.88 -
YUV 219.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 248 220 139 0 0.11 0.44 0.03 44.59 0.89 0.76
Hex F8 DC 8B 0 B 2C 3 2D 59 4C
Octal 370 334 213 0 13 54 3 55 131 114
Binary 11111000 11011100 10001011 0 1011 101100 11 101101 1011001 1001100

Color Harmonies of #F8DC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC8B

Black with #F8DC8B

Text Example


Text Example

White with #F8DC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC8B; }

 p { color: rgb(248,220,139); }

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

background-color css

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

 a { background-color: rgb(248,220,139); }

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

border-color css

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

 span { border-color: rgb(248,220,139); }

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