Html Css Color HEX #F5C478 Chardonnay

📋 copy color: '#F5C478'

red 245 ◦ green 196 ◦ blue 120

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

Shades of Chardonnay #F5C478

Tints of Chardonnay #F5C478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.39%

R = 43.67%
G = 34.94%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5C478 (or 0xF5C478) is known color: Chardonnay. HEX triplet: F5, C4 and 78. RGB value is (245,196,120). Sum of RGB (Red+Green+Blue) = 245+196+120=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C478 is #0A3B87. Grayscale: #CACACA. Windows color (decimal): -670600 or 7914741. OLE color: 7914741.

HSL color Cylindrical-coordinate representation of color #F5C478: hue angle of 36.48º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5C478 is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 196 120 -
CMYK 0 0.2 0.51 0.04
HSL 36.48º 0.86% 0.72% -
HSV(B) 36.48º 0.51% 0.96% -
XYZ 60.79 60.25 26.19 -
YUV 201.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 245 196 120 0 0.2 0.51 0.04 36.48 0.86 0.72
Hex F5 C4 78 0 14 33 4 24 56 48
Octal 365 304 170 0 24 63 4 44 126 110
Binary 11110101 11000100 1111000 0 10100 110011 100 100100 1010110 1001000

Color Harmonies of #F5C478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C478

Black with #F5C478

Text Example


Text Example

White with #F5C478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C478; }

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

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

background-color css

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

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

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

border-color css

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

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

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