Html Css Color HEX #FCC37A Chardonnay

📋 copy color: '#FCC37A'

red 252 ◦ green 195 ◦ blue 122

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

Shades of Chardonnay #FCC37A

Tints of Chardonnay #FCC37A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.27%

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

R = 44.29%
G = 34.27%
B = 21.44%

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

#FCC37A (or 0xFCC37A) is known color: Chardonnay. HEX triplet: FC, C3 and 7A. RGB value is (252,195,122). Sum of RGB (Red+Green+Blue) = 252+195+122=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC37A is #033C85. Grayscale: #CCCCCC. Windows color (decimal): -212102 or 8045564. OLE color: 8045564.

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

Color convert

RGB 252 195 122 -
CMYK 0 0.23 0.52 0.01
HSL 33.69º 0.96% 0.73% -
HSV(B) 33.69º 0.52% 0.99% -
XYZ 63.17 61.13 26.88 -
YUV 203.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 252 195 122 0 0.23 0.52 0.01 33.69 0.96 0.73
Hex FC C3 7A 0 17 34 1 22 60 49
Octal 374 303 172 0 27 64 1 42 140 111
Binary 11111100 11000011 1111010 0 10111 110100 1 100010 1100000 1001001

Color Harmonies of #FCC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC37A

Black with #FCC37A

Text Example


Text Example

White with #FCC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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