Html Css Color HEX #FCC170 Chardonnay

📋 copy color: '#FCC170'

red 252 ◦ green 193 ◦ blue 112

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

Shades of Chardonnay #FCC170

Tints of Chardonnay #FCC170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.65%

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

R = 45.24%
G = 34.65%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC170 (or 0xFCC170) is known color: Chardonnay. HEX triplet: FC, C1 and 70. RGB value is (252,193,112). Sum of RGB (Red+Green+Blue) = 252+193+112=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC170 is #033E8F. Grayscale: #C9C9C9. Windows color (decimal): -212624 or 7389692. OLE color: 7389692.

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

Color convert

RGB 252 193 112 -
CMYK 0 0.23 0.56 0.01
HSL 34.71º 0.96% 0.71% -
HSV(B) 34.71º 0.56% 0.99% -
XYZ 62.14 60.01 23.64 -
YUV 201.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 252 193 112 0 0.23 0.56 0.01 34.71 0.96 0.71
Hex FC C1 70 0 17 38 1 23 60 47
Octal 374 301 160 0 27 70 1 43 140 107
Binary 11111100 11000001 1110000 0 10111 111000 1 100011 1100000 1000111

Color Harmonies of #FCC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC170

Black with #FCC170

Text Example


Text Example

White with #FCC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC170; }

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

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

background-color css

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

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

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

border-color css

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

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

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