Html Css Color HEX #F5C273 Chardonnay

📋 copy color: '#F5C273'

red 245 ◦ green 194 ◦ blue 115

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

Shades of Chardonnay #F5C273

Tints of Chardonnay #F5C273

RGB

 RED value IS 245 (96.09% from 255) = 44.22%

 GREEN value IS 194 (76.17% from 255) = 35.02%

 BLUE value IS 115 (45.31% from 255) = 20.76%

R = 44.22%
G = 35.02%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5C273 (or 0xF5C273) is known color: Chardonnay. HEX triplet: F5, C2 and 73. RGB value is (245,194,115). Sum of RGB (Red+Green+Blue) = 245+194+115=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C273 is #0A3D8C. Grayscale: #C8C8C8. Windows color (decimal): -671117 or 7586549. OLE color: 7586549.

HSL color Cylindrical-coordinate representation of color #F5C273: hue angle of 36.46º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5C273 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 194 115 -
CMYK 0 0.21 0.53 0.04
HSL 36.46º 0.87% 0.71% -
HSV(B) 36.46º 0.53% 0.96% -
XYZ 60.04 59.23 24.49 -
YUV 200.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 245 194 115 0 0.21 0.53 0.04 36.46 0.87 0.71
Hex F5 C2 73 0 15 35 4 24 57 47
Octal 365 302 163 0 25 65 4 44 127 107
Binary 11110101 11000010 1110011 0 10101 110101 100 100100 1010111 1000111

Color Harmonies of #F5C273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C273

Black with #F5C273

Text Example


Text Example

White with #F5C273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C273; }

 p { color: rgb(245,194,115); }

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

background-color css

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

 a { background-color: rgb(245,194,115); }

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

border-color css

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

 span { border-color: rgb(245,194,115); }

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