Html Css Color HEX #F5C474 Chardonnay

📋 copy color: '#F5C474'

red 245 ◦ green 196 ◦ blue 116

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

Shades of Chardonnay #F5C474

Tints of Chardonnay #F5C474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.19%

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 43.99%
G = 35.19%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5C474 (or 0xF5C474) is known color: Chardonnay. HEX triplet: F5, C4 and 74. RGB value is (245,196,116). Sum of RGB (Red+Green+Blue) = 245+196+116=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C474 is #0A3B8B. Grayscale: #C9C9C9. Windows color (decimal): -670604 or 7652597. OLE color: 7652597.

HSL color Cylindrical-coordinate representation of color #F5C474: hue angle of 37.21º 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 #F5C474 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 196 116 -
CMYK 0 0.2 0.53 0.04
HSL 37.21º 0.87% 0.71% -
HSV(B) 37.21º 0.53% 0.96% -
XYZ 60.55 60.15 24.94 -
YUV 201.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 245 196 116 0 0.2 0.53 0.04 37.21 0.87 0.71
Hex F5 C4 74 0 14 35 4 25 57 47
Octal 365 304 164 0 24 65 4 45 127 107
Binary 11110101 11000100 1110100 0 10100 110101 100 100101 1010111 1000111

Color Harmonies of #F5C474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C474

Black with #F5C474

Text Example


Text Example

White with #F5C474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C474; }

 p { color: rgb(245,196,116); }

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

background-color css

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

 a { background-color: rgb(245,196,116); }

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

border-color css

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

 span { border-color: rgb(245,196,116); }

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