#F8BE72

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

Shades of Chardonnay #F8BE72

Tints of Chardonnay #F8BE72

Color information

#F8BE72 (or 0xF8BE72) is unknown color: approx Chardonnay. HEX triplet: F8, BE and 72. RGB value is (248,190,114). Sum of RGB (Red+Green+Blue) = 248+190+114=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BE72 is #07418D. Grayscale: #C7C7C7. Windows color (decimal): -475534 or 7519992. OLE color: 7519992.

HSL color Cylindrical-coordinate representation of color #F8BE72: hue angle of 34.03º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8BE72 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248190114-
CMYK00.230.540.03
HSL34.03º90.54%70.98%-
HSV(B)34.03º54.03%97.25%-
XYZ60.165823.94-
YUV198.6880.22163.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 114 (44.92% from 255) = 20.65%
R=44.93%
G=34.42%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819011400.230.540.0334.0390.5470.98
HexF8BE72017363225b47
Octal37027616202766342133107
Binary111110001011111011100100101111101101110001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BE72; }

 p { color: rgb(248,190,114); }

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

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

 a { background-color: rgb(248,190,114); }

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

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

 span { border-color: rgb(248,190,114); }

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