Html Css Color HEX #FCC06C Chardonnay

📋 copy color: '#FCC06C'

red 252 ◦ green 192 ◦ blue 108

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

Shades of Chardonnay #FCC06C

Tints of Chardonnay #FCC06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.78%

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

R = 45.65%
G = 34.78%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCC06C (or 0xFCC06C) is known color: Chardonnay. HEX triplet: FC, C0 and 6C. RGB value is (252,192,108). Sum of RGB (Red+Green+Blue) = 252+192+108=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC06C is #033F93. Grayscale: #C8C8C8. Windows color (decimal): -212884 or 7127292. OLE color: 7127292.

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

Color convert

RGB 252 192 108 -
CMYK 0 0.24 0.57 0.01
HSL 35º 0.96% 0.71% -
HSV(B) 35º 0.57% 0.99% -
XYZ 61.7 59.48 22.42 -
YUV 200.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 252 192 108 0 0.24 0.57 0.01 35 0.96 0.71
Hex FC C0 6C 0 18 39 1 23 60 47
Octal 374 300 154 0 30 71 1 43 140 107
Binary 11111100 11000000 1101100 0 11000 111001 1 100011 1100000 1000111

Color Harmonies of #FCC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC06C

Black with #FCC06C

Text Example


Text Example

White with #FCC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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