Html Css Color HEX #FDC26C Chardonnay

📋 copy color: '#FDC26C'

red 253 ◦ green 194 ◦ blue 108

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

Shades of Chardonnay #FDC26C

Tints of Chardonnay #FDC26C

RGB

 RED value IS 253 (99.22% from 255) = 45.59%

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

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 45.59%
G = 34.95%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDC26C (or 0xFDC26C) is known color: Chardonnay. HEX triplet: FD, C2 and 6C. RGB value is (253,194,108). Sum of RGB (Red+Green+Blue) = 253+194+108=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC26C is #023D93. Grayscale: #CACACA. Windows color (decimal): -146836 or 7127805. OLE color: 7127805.

HSL color Cylindrical-coordinate representation of color #FDC26C: hue angle of 35.59º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDC26C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 108 -
CMYK 0 0.23 0.57 0.01
HSL 35.59º 0.97% 0.71% -
HSV(B) 35.59º 0.57% 0.99% -
XYZ 62.51 60.55 22.58 -
YUV 201.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 253 194 108 0 0.23 0.57 0.01 35.59 0.97 0.71
Hex FD C2 6C 0 17 39 1 24 61 47
Octal 375 302 154 0 27 71 1 44 141 107
Binary 11111101 11000010 1101100 0 10111 111001 1 100100 1100001 1000111

Color Harmonies of #FDC26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC26C

Black with #FDC26C

Text Example


Text Example

White with #FDC26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC26C; }

 p { color: rgb(253,194,108); }

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

background-color css

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

 a { background-color: rgb(253,194,108); }

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

border-color css

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

 span { border-color: rgb(253,194,108); }

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