Html Css Color HEX #FCC575 Chardonnay

📋 copy color: '#FCC575'

red 252 ◦ green 197 ◦ blue 117

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

Shades of Chardonnay #FCC575

Tints of Chardonnay #FCC575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.67%

R = 44.52%
G = 34.81%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCC575 (or 0xFCC575) is known color: Chardonnay. HEX triplet: FC, C5 and 75. RGB value is (252,197,117). Sum of RGB (Red+Green+Blue) = 252+197+117=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC575 is #033A8A. Grayscale: #CCCCCC. Windows color (decimal): -211595 or 7718396. OLE color: 7718396.

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

Color convert

RGB 252 197 117 -
CMYK 0 0.22 0.54 0.01
HSL 35.56º 0.96% 0.72% -
HSV(B) 35.56º 0.54% 0.99% -
XYZ 63.32 61.91 25.44 -
YUV 204.33 78.72 162 -
System Red Green Blue C M Y K H S L
Decimal 252 197 117 0 0.22 0.54 0.01 35.56 0.96 0.72
Hex FC C5 75 0 16 36 1 24 60 48
Octal 374 305 165 0 26 66 1 44 140 110
Binary 11111100 11000101 1110101 0 10110 110110 1 100100 1100000 1001000

Color Harmonies of #FCC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC575

Black with #FCC575

Text Example


Text Example

White with #FCC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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