Html Css Color HEX #FCC370 Chardonnay

📋 copy color: '#FCC370'

red 252 ◦ green 195 ◦ blue 112

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

Shades of Chardonnay #FCC370

Tints of Chardonnay #FCC370

RGB

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

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

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

R = 45.08%
G = 34.88%
B = 20.04%

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

#FCC370 (or 0xFCC370) is known color: Chardonnay. HEX triplet: FC, C3 and 70. RGB value is (252,195,112). Sum of RGB (Red+Green+Blue) = 252+195+112=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC370 is #033C8F. Grayscale: #CACACA. Windows color (decimal): -212112 or 7390204. OLE color: 7390204.

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

Color convert

RGB 252 195 112 -
CMYK 0 0.23 0.56 0.01
HSL 35.57º 0.96% 0.71% -
HSV(B) 35.57º 0.56% 0.99% -
XYZ 62.58 60.9 23.78 -
YUV 202.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 252 195 112 0 0.23 0.56 0.01 35.57 0.96 0.71
Hex FC C3 70 0 17 38 1 24 60 47
Octal 374 303 160 0 27 70 1 44 140 107
Binary 11111100 11000011 1110000 0 10111 111000 1 100100 1100000 1000111

Color Harmonies of #FCC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC370

Black with #FCC370

Text Example


Text Example

White with #FCC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC370; }

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

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

background-color css

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

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

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

border-color css

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

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

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