Html Css Color HEX #F8DF87 Buff

📋 copy color: '#F8DF87'

red 248 ◦ green 223 ◦ blue 135

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

Shades of Buff #F8DF87

Tints of Buff #F8DF87

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.8%

 BLUE value IS 135 (53.13% from 255) = 22.28%

R = 40.92%
G = 36.8%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8DF87 (or 0xF8DF87) is known color: Buff. HEX triplet: F8, DF and 87. RGB value is (248,223,135). Sum of RGB (Red+Green+Blue) = 248+223+135=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF87 is #072078. Grayscale: #DCDCDC. Windows color (decimal): -467065 or 8904696. OLE color: 8904696.

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

Color convert

RGB 248 223 135 -
CMYK 0 0.10 0.46 0.03
HSL 46.73º 0.89% 0.75% -
HSV(B) 46.73º 0.46% 0.97% -
XYZ 69.47 74.48 33.64 -
YUV 220.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 248 223 135 0 0.10 0.46 0.03 46.73 0.89 0.75
Hex F8 DF 87 0 A 2E 3 2F 59 4B
Octal 370 337 207 0 12 56 3 57 131 113
Binary 11111000 11011111 10000111 0 1010 101110 11 101111 1011001 1001011

Color Harmonies of #F8DF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF87

Black with #F8DF87

Text Example


Text Example

White with #F8DF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF87; }

 p { color: rgb(248,223,135); }

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

background-color css

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

 a { background-color: rgb(248,223,135); }

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

border-color css

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

 span { border-color: rgb(248,223,135); }

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