Html Css Color HEX #FCCA7B Chardonnay

📋 copy color: '#FCCA7B'

red 252 ◦ green 202 ◦ blue 123

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

Shades of Chardonnay #FCCA7B

Tints of Chardonnay #FCCA7B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.01%

 BLUE value IS 123 (48.44% from 255) = 21.32%

R = 43.67%
G = 35.01%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCCA7B (or 0xFCCA7B) is known color: Chardonnay. HEX triplet: FC, CA and 7B. RGB value is (252,202,123). Sum of RGB (Red+Green+Blue) = 252+202+123=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCA7B is #033584. Grayscale: #D0D0D0. Windows color (decimal): -210309 or 8112892. OLE color: 8112892.

HSL color Cylindrical-coordinate representation of color #FCCA7B: hue angle of 36.74º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCCA7B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 202 123 -
CMYK 0 0.20 0.51 0.01
HSL 36.74º 0.96% 0.74% -
HSV(B) 36.74º 0.51% 0.99% -
XYZ 64.84 64.37 27.75 -
YUV 207.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 252 202 123 0 0.20 0.51 0.01 36.74 0.96 0.74
Hex FC CA 7B 0 14 33 1 25 60 4A
Octal 374 312 173 0 24 63 1 45 140 112
Binary 11111100 11001010 1111011 0 10100 110011 1 100101 1100000 1001010

Color Harmonies of #FCCA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA7B

Black with #FCCA7B

Text Example


Text Example

White with #FCCA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA7B; }

 p { color: rgb(252,202,123); }

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

background-color css

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

 a { background-color: rgb(252,202,123); }

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

border-color css

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

 span { border-color: rgb(252,202,123); }

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