Html Css Color HEX #FDC278 Chardonnay

📋 copy color: '#FDC278'

red 253 ◦ green 194 ◦ blue 120

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

Shades of Chardonnay #FDC278

Tints of Chardonnay #FDC278

RGB

 RED value IS 253 (99.22% from 255) = 44.62%

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

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

R = 44.62%
G = 34.22%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDC278 (or 0xFDC278) is known color: Chardonnay. HEX triplet: FD, C2 and 78. RGB value is (253,194,120). Sum of RGB (Red+Green+Blue) = 253+194+120=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC278 is #023D87. Grayscale: #CBCBCB. Windows color (decimal): -146824 or 7914237. OLE color: 7914237.

HSL color Cylindrical-coordinate representation of color #FDC278: hue angle of 33.38º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDC278 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 120 -
CMYK 0 0.23 0.53 0.01
HSL 33.38º 0.97% 0.73% -
HSV(B) 33.38º 0.53% 0.99% -
XYZ 63.19 60.82 26.18 -
YUV 203.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 253 194 120 0 0.23 0.53 0.01 33.38 0.97 0.73
Hex FD C2 78 0 17 35 1 21 61 49
Octal 375 302 170 0 27 65 1 41 141 111
Binary 11111101 11000010 1111000 0 10111 110101 1 100001 1100001 1001001

Color Harmonies of #FDC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC278

Black with #FDC278

Text Example


Text Example

White with #FDC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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