Html Css Color HEX #FCC378 Chardonnay

📋 copy color: '#FCC378'

red 252 ◦ green 195 ◦ blue 120

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

Shades of Chardonnay #FCC378

Tints of Chardonnay #FCC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.16%

R = 44.44%
G = 34.39%
B = 21.16%

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

#FCC378 (or 0xFCC378) is known color: Chardonnay. HEX triplet: FC, C3 and 78. RGB value is (252,195,120). Sum of RGB (Red+Green+Blue) = 252+195+120=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC378 is #033C87. Grayscale: #CBCBCB. Windows color (decimal): -212104 or 7914492. OLE color: 7914492.

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

Color convert

RGB 252 195 120 -
CMYK 0 0.23 0.52 0.01
HSL 34.09º 0.96% 0.73% -
HSV(B) 34.09º 0.52% 0.99% -
XYZ 63.05 61.08 26.24 -
YUV 203.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 252 195 120 0 0.23 0.52 0.01 34.09 0.96 0.73
Hex FC C3 78 0 17 34 1 22 60 49
Octal 374 303 170 0 27 64 1 42 140 111
Binary 11111100 11000011 1111000 0 10111 110100 1 100010 1100000 1001001

Color Harmonies of #FCC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC378

Black with #FCC378

Text Example


Text Example

White with #FCC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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