Html Css Color HEX #F8E582 Buff

📋 copy color: '#F8E582'

red 248 ◦ green 229 ◦ blue 130

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

Shades of Buff #F8E582

Tints of Buff #F8E582

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.73%

 BLUE value IS 130 (51.17% from 255) = 21.42%

R = 40.86%
G = 37.73%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8E582 (or 0xF8E582) is known color: Buff. HEX triplet: F8, E5 and 82. RGB value is (248,229,130). Sum of RGB (Red+Green+Blue) = 248+229+130=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E582 is #071A7D. Grayscale: #DFDFDF. Windows color (decimal): -465534 or 8578552. OLE color: 8578552.

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

Color convert

RGB 248 229 130 -
CMYK 0 0.08 0.48 0.03
HSL 50.34º 0.89% 0.74% -
HSV(B) 50.34º 0.48% 0.97% -
XYZ 70.76 77.61 32.37 -
YUV 223.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 248 229 130 0 0.08 0.48 0.03 50.34 0.89 0.74
Hex F8 E5 82 0 8 30 3 32 59 4A
Octal 370 345 202 0 10 60 3 62 131 112
Binary 11111000 11100101 10000010 0 1000 110000 11 110010 1011001 1001010

Color Harmonies of #F8E582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E582

Black with #F8E582

Text Example


Text Example

White with #F8E582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E582; }

 p { color: rgb(248,229,130); }

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

background-color css

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

 a { background-color: rgb(248,229,130); }

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

border-color css

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

 span { border-color: rgb(248,229,130); }

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