#FCCC7D

Color #FCCC7D Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FCCC7D

Tints of Chardonnay #FCCC7D

Color information

#FCCC7D (or 0xFCCC7D) is unknown color: approx Chardonnay. HEX triplet: FC, CC and 7D. RGB value is (252,204,125). Sum of RGB (Red+Green+Blue) = 252+204+125=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC7D is #033382. Grayscale: #D1D1D1. Windows color (decimal): -209795 or 8244476. OLE color: 8244476.

HSL color Cylindrical-coordinate representation of color #FCCC7D: hue angle of 37.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCCC7D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252204125-
CMYK00.190.500.01
HSL37.32º95.49%73.92%-
HSV(B)37.32º50.4%98.82%-
XYZ65.4465.3628.57-
YUV209.3580.4158.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 125 (49.22% from 255) = 21.51%
R=43.37%
G=35.11%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220412500.190.500.0137.3295.4973.92
HexFCCC7D013321255f4a
Octal37431417502362145137112
Binary11111100110011001111101010011110010110010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC7D; }

 p { color: rgb(252,204,125); }

 H1.HeaderClassName
 {
   color: #FCCC7D;
 }
 .AnyTagClassName
 {
   color: #FCCC7D;
 }
</style>
background-color css

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

 a { background-color: rgb(252,204,125); }

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

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

 span { border-color: rgb(252,204,125); }

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