Html Css Color HEX #F8DF84 Buff

📋 copy color: '#F8DF84'

red 248 ◦ green 223 ◦ blue 132

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

Shades of Buff #F8DF84

Tints of Buff #F8DF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.89%

R = 41.13%
G = 36.98%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F8DF84 (or 0xF8DF84) is known color: Buff. HEX triplet: F8, DF and 84. RGB value is (248,223,132). Sum of RGB (Red+Green+Blue) = 248+223+132=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF84 is #07207B. Grayscale: #DCDCDC. Windows color (decimal): -467068 or 8708088. OLE color: 8708088.

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

Color convert

RGB 248 223 132 -
CMYK 0 0.10 0.47 0.03
HSL 47.07º 0.89% 0.75% -
HSV(B) 47.07º 0.47% 0.97% -
XYZ 69.26 74.4 32.54 -
YUV 220.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 248 223 132 0 0.10 0.47 0.03 47.07 0.89 0.75
Hex F8 DF 84 0 A 2F 3 2F 59 4B
Octal 370 337 204 0 12 57 3 57 131 113
Binary 11111000 11011111 10000100 0 1010 101111 11 101111 1011001 1001011

Color Harmonies of #F8DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF84

Black with #F8DF84

Text Example


Text Example

White with #F8DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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