Html Css Color HEX #FCC47A Chardonnay

📋 copy color: '#FCC47A'

red 252 ◦ green 196 ◦ blue 122

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

Shades of Chardonnay #FCC47A

Tints of Chardonnay #FCC47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.39%

 BLUE value IS 122 (48.05% from 255) = 21.4%

R = 44.21%
G = 34.39%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCC47A (or 0xFCC47A) is known color: Chardonnay. HEX triplet: FC, C4 and 7A. RGB value is (252,196,122). Sum of RGB (Red+Green+Blue) = 252+196+122=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC47A is #033B85. Grayscale: #CCCCCC. Windows color (decimal): -211846 or 8045820. OLE color: 8045820.

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

Color convert

RGB 252 196 122 -
CMYK 0 0.22 0.52 0.01
HSL 34.15º 0.96% 0.73% -
HSV(B) 34.15º 0.52% 0.99% -
XYZ 63.4 61.58 26.96 -
YUV 204.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 252 196 122 0 0.22 0.52 0.01 34.15 0.96 0.73
Hex FC C4 7A 0 16 34 1 22 60 49
Octal 374 304 172 0 26 64 1 42 140 111
Binary 11111100 11000100 1111010 0 10110 110100 1 100010 1100000 1001001

Color Harmonies of #FCC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC47A

Black with #FCC47A

Text Example


Text Example

White with #FCC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC47A; }

 p { color: rgb(252,196,122); }

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

background-color css

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

 a { background-color: rgb(252,196,122); }

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

border-color css

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

 span { border-color: rgb(252,196,122); }

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