Html Css Color HEX #FCC570 Chardonnay

📋 copy color: '#FCC570'

red 252 ◦ green 197 ◦ blue 112

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

Shades of Chardonnay #FCC570

Tints of Chardonnay #FCC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.12%

 BLUE value IS 112 (44.14% from 255) = 19.96%

R = 44.92%
G = 35.12%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC570 (or 0xFCC570) is known color: Chardonnay. HEX triplet: FC, C5 and 70. RGB value is (252,197,112). Sum of RGB (Red+Green+Blue) = 252+197+112=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC570 is #033A8F. Grayscale: #CCCCCC. Windows color (decimal): -211600 or 7390716. OLE color: 7390716.

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

Color convert

RGB 252 197 112 -
CMYK 0 0.22 0.56 0.01
HSL 36.43º 0.96% 0.71% -
HSV(B) 36.43º 0.56% 0.99% -
XYZ 63.04 61.8 23.94 -
YUV 203.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 252 197 112 0 0.22 0.56 0.01 36.43 0.96 0.71
Hex FC C5 70 0 16 38 1 24 60 47
Octal 374 305 160 0 26 70 1 44 140 107
Binary 11111100 11000101 1110000 0 10110 111000 1 100100 1100000 1000111

Color Harmonies of #FCC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC570

Black with #FCC570

Text Example


Text Example

White with #FCC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC570; }

 p { color: rgb(252,197,112); }

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

background-color css

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

 a { background-color: rgb(252,197,112); }

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

border-color css

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

 span { border-color: rgb(252,197,112); }

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