#F8C274

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

Shades of Chardonnay #F8C274

Tints of Chardonnay #F8C274

Color information

#F8C274 (or 0xF8C274) is unknown color: approx Chardonnay. HEX triplet: F8, C2 and 74. RGB value is (248,194,116). Sum of RGB (Red+Green+Blue) = 248+194+116=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C274 is #073D8B. Grayscale: #C9C9C9. Windows color (decimal): -474508 or 7652088. OLE color: 7652088.

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

Color convert

RGB248194116-
CMYK00.220.530.03
HSL35.45º90.41%71.37%-
HSV(B)35.45º53.23%97.25%-
XYZ61.1659.824.84-
YUV201.2579.89161.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 194 (76.17% from 255) = 34.77%
BLUE value IS 116 (45.70% from 255) = 20.79%
R=44.44%
G=34.77%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819411600.220.530.0335.4590.4171.37
HexF8C274016353235a47
Octal37030216402665343132107
Binary111110001100001011101000101101101011110001110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C274; }

 p { color: rgb(248,194,116); }

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

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

 a { background-color: rgb(248,194,116); }

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

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

 span { border-color: rgb(248,194,116); }

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