Html Css Color HEX #FCC26C Chardonnay

📋 copy color: '#FCC26C'

red 252 ◦ green 194 ◦ blue 108

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

Shades of Chardonnay #FCC26C

Tints of Chardonnay #FCC26C

RGB

 RED value IS 252 (98.83% from 255) = 45.49%

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

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

R = 45.49%
G = 35.02%
B = 19.49%

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

#FCC26C (or 0xFCC26C) is known color: Chardonnay. HEX triplet: FC, C2 and 6C. RGB value is (252,194,108). Sum of RGB (Red+Green+Blue) = 252+194+108=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC26C is #033D93. Grayscale: #C9C9C9. Windows color (decimal): -212372 or 7127804. OLE color: 7127804.

HSL color Cylindrical-coordinate representation of color #FCC26C: hue angle of 35.83º degrees, saturation: 0.96, 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 #FCC26C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 108 -
CMYK 0 0.23 0.57 0.01
HSL 35.83º 0.96% 0.71% -
HSV(B) 35.83º 0.57% 0.99% -
XYZ 62.14 60.36 22.56 -
YUV 201.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 252 194 108 0 0.23 0.57 0.01 35.83 0.96 0.71
Hex FC C2 6C 0 17 39 1 24 60 47
Octal 374 302 154 0 27 71 1 44 140 107
Binary 11111100 11000010 1101100 0 10111 111001 1 100100 1100000 1000111

Color Harmonies of #FCC26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC26C

Black with #FCC26C

Text Example


Text Example

White with #FCC26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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