Html Css Color HEX #FCC17A Chardonnay

📋 copy color: '#FCC17A'

red 252 ◦ green 193 ◦ blue 122

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

Shades of Chardonnay #FCC17A

Tints of Chardonnay #FCC17A

RGB

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

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

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

R = 44.44%
G = 34.04%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCC17A (or 0xFCC17A) is known color: Chardonnay. HEX triplet: FC, C1 and 7A. RGB value is (252,193,122). Sum of RGB (Red+Green+Blue) = 252+193+122=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC17A is #033E85. Grayscale: #CACACA. Windows color (decimal): -212614 or 8045052. OLE color: 8045052.

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

Color convert

RGB 252 193 122 -
CMYK 0 0.23 0.52 0.01
HSL 32.77º 0.96% 0.73% -
HSV(B) 32.77º 0.52% 0.99% -
XYZ 62.73 60.24 26.73 -
YUV 202.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 252 193 122 0 0.23 0.52 0.01 32.77 0.96 0.73
Hex FC C1 7A 0 17 34 1 21 60 49
Octal 374 301 172 0 27 64 1 41 140 111
Binary 11111100 11000001 1111010 0 10111 110100 1 100001 1100000 1001001

Color Harmonies of #FCC17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC17A

Black with #FCC17A

Text Example


Text Example

White with #FCC17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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