Html Css Color HEX #FCC278 Chardonnay

📋 copy color: '#FCC278'

red 252 ◦ green 194 ◦ blue 120

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

Shades of Chardonnay #FCC278

Tints of Chardonnay #FCC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.28%

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

R = 44.52%
G = 34.28%
B = 21.2%

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

#FCC278 (or 0xFCC278) is known color: Chardonnay. HEX triplet: FC, C2 and 78. RGB value is (252,194,120). Sum of RGB (Red+Green+Blue) = 252+194+120=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC278 is #033D87. Grayscale: #CBCBCB. Windows color (decimal): -212360 or 7914236. OLE color: 7914236.

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

Color convert

RGB 252 194 120 -
CMYK 0 0.23 0.52 0.01
HSL 33.64º 0.96% 0.73% -
HSV(B) 33.64º 0.52% 0.99% -
XYZ 62.83 60.64 26.16 -
YUV 202.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 252 194 120 0 0.23 0.52 0.01 33.64 0.96 0.73
Hex FC C2 78 0 17 34 1 22 60 49
Octal 374 302 170 0 27 64 1 42 140 111
Binary 11111100 11000010 1111000 0 10111 110100 1 100010 1100000 1001001

Color Harmonies of #FCC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC278

Black with #FCC278

Text Example


Text Example

White with #FCC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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