Html Css Color HEX #F8DC8A Buff

📋 copy color: '#F8DC8A'

red 248 ◦ green 220 ◦ blue 138

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

Shades of Buff #F8DC8A

Tints of Buff #F8DC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.77%

R = 40.92%
G = 36.3%
B = 22.77%

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

#F8DC8A (or 0xF8DC8A) is known color: Buff. HEX triplet: F8, DC and 8A. RGB value is (248,220,138). Sum of RGB (Red+Green+Blue) = 248+220+138=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC8A is #072375. Grayscale: #DBDBDB. Windows color (decimal): -467830 or 9100536. OLE color: 9100536.

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

Color convert

RGB 248 220 138 -
CMYK 0 0.11 0.44 0.03
HSL 44.73º 0.89% 0.76% -
HSV(B) 44.73º 0.44% 0.97% -
XYZ 68.89 72.98 34.5 -
YUV 219.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 248 220 138 0 0.11 0.44 0.03 44.73 0.89 0.76
Hex F8 DC 8A 0 B 2C 3 2D 59 4C
Octal 370 334 212 0 13 54 3 55 131 114
Binary 11111000 11011100 10001010 0 1011 101100 11 101101 1011001 1001100

Color Harmonies of #F8DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC8A

Black with #F8DC8A

Text Example


Text Example

White with #F8DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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