Html Css Color HEX #FCC078 Chardonnay

📋 copy color: '#FCC078'

red 252 ◦ green 192 ◦ blue 120

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

Shades of Chardonnay #FCC078

Tints of Chardonnay #FCC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

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

R = 44.68%
G = 34.04%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCC078 (or 0xFCC078) is known color: Chardonnay. HEX triplet: FC, C0 and 78. RGB value is (252,192,120). Sum of RGB (Red+Green+Blue) = 252+192+120=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC078 is #033F87. Grayscale: #CACACA. Windows color (decimal): -212872 or 7913724. OLE color: 7913724.

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

Color convert

RGB 252 192 120 -
CMYK 0 0.24 0.52 0.01
HSL 32.73º 0.96% 0.73% -
HSV(B) 32.73º 0.52% 0.99% -
XYZ 62.38 59.75 26.01 -
YUV 201.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 252 192 120 0 0.24 0.52 0.01 32.73 0.96 0.73
Hex FC C0 78 0 18 34 1 21 60 49
Octal 374 300 170 0 30 64 1 41 140 111
Binary 11111100 11000000 1111000 0 11000 110100 1 100001 1100000 1001001

Color Harmonies of #FCC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC078

Black with #FCC078

Text Example


Text Example

White with #FCC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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