Html Css Color HEX #F5C27C Chardonnay

📋 copy color: '#F5C27C'

red 245 ◦ green 194 ◦ blue 124

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

Shades of Chardonnay #F5C27C

Tints of Chardonnay #F5C27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.02%

R = 43.52%
G = 34.46%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5C27C (or 0xF5C27C) is known color: Chardonnay. HEX triplet: F5, C2 and 7C. RGB value is (245,194,124). Sum of RGB (Red+Green+Blue) = 245+194+124=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C27C is #0A3D83. Grayscale: #C9C9C9. Windows color (decimal): -671108 or 8176373. OLE color: 8176373.

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

Color convert

RGB 245 194 124 -
CMYK 0 0.21 0.49 0.04
HSL 34.71º 0.86% 0.72% -
HSV(B) 34.71º 0.49% 0.96% -
XYZ 60.59 59.45 27.35 -
YUV 201.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 245 194 124 0 0.21 0.49 0.04 34.71 0.86 0.72
Hex F5 C2 7C 0 15 31 4 23 56 48
Octal 365 302 174 0 25 61 4 43 126 110
Binary 11110101 11000010 1111100 0 10101 110001 100 100011 1010110 1001000

Color Harmonies of #F5C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C27C

Black with #F5C27C

Text Example


Text Example

White with #F5C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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