Html Css Color HEX #FDC378 Chardonnay

📋 copy color: '#FDC378'

red 253 ◦ green 195 ◦ blue 120

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

Shades of Chardonnay #FDC378

Tints of Chardonnay #FDC378

RGB

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

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

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

R = 44.54%
G = 34.33%
B = 21.13%

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

#FDC378 (or 0xFDC378) is known color: Chardonnay. HEX triplet: FD, C3 and 78. RGB value is (253,195,120). Sum of RGB (Red+Green+Blue) = 253+195+120=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC378 is #023C87. Grayscale: #CCCCCC. Windows color (decimal): -146568 or 7914493. OLE color: 7914493.

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

Color convert

RGB 253 195 120 -
CMYK 0 0.23 0.53 0.01
HSL 33.83º 0.97% 0.73% -
HSV(B) 33.83º 0.53% 0.99% -
XYZ 63.41 61.27 26.25 -
YUV 203.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 253 195 120 0 0.23 0.53 0.01 33.83 0.97 0.73
Hex FD C3 78 0 17 35 1 22 61 49
Octal 375 303 170 0 27 65 1 42 141 111
Binary 11111101 11000011 1111000 0 10111 110101 1 100010 1100001 1001001

Color Harmonies of #FDC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC378

Black with #FDC378

Text Example


Text Example

White with #FDC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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