#F8E283

Color #F8E283 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #F8E283

Tints of Buff #F8E283

Color information

#F8E283 (or 0xF8E283) is unknown color: approx Buff. HEX triplet: F8, E2 and 83. RGB value is (248,226,131). Sum of RGB (Red+Green+Blue) = 248+226+131=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E283 is #071D7C. Grayscale: #DEDEDE. Windows color (decimal): -466301 or 8643320. OLE color: 8643320.

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

Color convert

RGB248226131-
CMYK00.090.470.03
HSL48.72º89.31%74.31%-
HSV(B)48.72º47.18%97.25%-
XYZ7075.9932.45-
YUV221.7576.79146.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 131 (51.56% from 255) = 21.65%
R=40.99%
G=37.36%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822613100.090.470.0348.7289.3174.31
HexF8E283092F331594a
Octal37034220301157361131112
Binary111110001110001010000011010011011111111000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E283; }

 p { color: rgb(248,226,131); }

 H1.HeaderClassName
 {
   color: #F8E283;
 }
 .AnyTagClassName
 {
   color: #F8E283;
 }
</style>
background-color css

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

 a { background-color: rgb(248,226,131); }

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

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

 span { border-color: rgb(248,226,131); }

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