Html Css Color HEX #FFC276 Chardonnay

📋 copy color: '#FFC276'

red 255 ◦ green 194 ◦ blue 118

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

Shades of Chardonnay #FFC276

Tints of Chardonnay #FFC276

RGB

 RED value IS 255 (100% from 255) = 44.97%

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

 BLUE value IS 118 (46.48% from 255) = 20.81%

R = 44.97%
G = 34.22%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFC276 (or 0xFFC276) is known color: Chardonnay. HEX triplet: FF, C2 and 76. RGB value is (255,194,118). Sum of RGB (Red+Green+Blue) = 255+194+118=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC276 is #003D89. Grayscale: #CBCBCB. Windows color (decimal): -15754 or 7783167. OLE color: 7783167.

HSL color Cylindrical-coordinate representation of color #FFC276: hue angle of 33.28º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFC276 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 194 118 -
CMYK 0 0.24 0.54 0
HSL 33.28º 1% 0.73% -
HSV(B) 33.28º 0.54% 1% -
XYZ 63.8 61.15 25.58 -
YUV 203.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 255 194 118 0 0.24 0.54 0 33.28 1 0.73
Hex FF C2 76 0 18 36 0 21 64 49
Octal 377 302 166 0 30 66 0 41 144 111
Binary 11111111 11000010 1110110 0 11000 110110 0 100001 1100100 1001001

Color Harmonies of #FFC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC276

Black with #FFC276

Text Example


Text Example

White with #FFC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC276; }

 p { color: rgb(255,194,118); }

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

background-color css

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

 a { background-color: rgb(255,194,118); }

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

border-color css

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

 span { border-color: rgb(255,194,118); }

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