Html Css Color HEX #F5C277 Chardonnay

📋 copy color: '#F5C277'

red 245 ◦ green 194 ◦ blue 119

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

Shades of Chardonnay #F5C277

Tints of Chardonnay #F5C277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.33%

R = 43.91%
G = 34.77%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5C277 (or 0xF5C277) is known color: Chardonnay. HEX triplet: F5, C2 and 77. RGB value is (245,194,119). Sum of RGB (Red+Green+Blue) = 245+194+119=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C277 is #0A3D88. Grayscale: #C9C9C9. Windows color (decimal): -671113 or 7848693. OLE color: 7848693.

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

Color convert

RGB 245 194 119 -
CMYK 0 0.21 0.51 0.04
HSL 35.71º 0.86% 0.71% -
HSV(B) 35.71º 0.51% 0.96% -
XYZ 60.28 59.33 25.73 -
YUV 200.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 245 194 119 0 0.21 0.51 0.04 35.71 0.86 0.71
Hex F5 C2 77 0 15 33 4 24 56 47
Octal 365 302 167 0 25 63 4 44 126 107
Binary 11110101 11000010 1110111 0 10101 110011 100 100100 1010110 1000111

Color Harmonies of #F5C277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C277

Black with #F5C277

Text Example


Text Example

White with #F5C277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C277; }

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

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

background-color css

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

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

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

border-color css

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

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

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