Html Css Color HEX #F5C26F Chardonnay

📋 copy color: '#F5C26F'

red 245 ◦ green 194 ◦ blue 111

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

Shades of Chardonnay #F5C26F

Tints of Chardonnay #F5C26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.18%

R = 44.55%
G = 35.27%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5C26F (or 0xF5C26F) is known color: Chardonnay. HEX triplet: F5, C2 and 6F. RGB value is (245,194,111). Sum of RGB (Red+Green+Blue) = 245+194+111=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C26F is #0A3D90. Grayscale: #C8C8C8. Windows color (decimal): -671121 or 7324405. OLE color: 7324405.

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

Color convert

RGB 245 194 111 -
CMYK 0 0.21 0.55 0.04
HSL 37.16º 0.87% 0.7% -
HSV(B) 37.16º 0.55% 0.96% -
XYZ 59.82 59.14 23.3 -
YUV 199.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 245 194 111 0 0.21 0.55 0.04 37.16 0.87 0.7
Hex F5 C2 6F 0 15 37 4 25 57 46
Octal 365 302 157 0 25 67 4 45 127 106
Binary 11110101 11000010 1101111 0 10101 110111 100 100101 1010111 1000110

Color Harmonies of #F5C26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C26F

Black with #F5C26F

Text Example


Text Example

White with #F5C26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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