Html Css Color HEX #FDC370 Chardonnay

📋 copy color: '#FDC370'

red 253 ◦ green 195 ◦ blue 112

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

Shades of Chardonnay #FDC370

Tints of Chardonnay #FDC370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20%

R = 45.18%
G = 34.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC370 (or 0xFDC370) is known color: Chardonnay. HEX triplet: FD, C3 and 70. RGB value is (253,195,112). Sum of RGB (Red+Green+Blue) = 253+195+112=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC370 is #023C8F. Grayscale: #CBCBCB. Windows color (decimal): -146576 or 7390205. OLE color: 7390205.

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

Color convert

RGB 253 195 112 -
CMYK 0 0.23 0.56 0.01
HSL 35.32º 0.97% 0.72% -
HSV(B) 35.32º 0.56% 0.99% -
XYZ 62.95 61.08 23.8 -
YUV 202.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 253 195 112 0 0.23 0.56 0.01 35.32 0.97 0.72
Hex FD C3 70 0 17 38 1 23 61 48
Octal 375 303 160 0 27 70 1 43 141 110
Binary 11111101 11000011 1110000 0 10111 111000 1 100011 1100001 1001000

Color Harmonies of #FDC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC370

Black with #FDC370

Text Example


Text Example

White with #FDC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC370; }

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

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

background-color css

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

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

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

border-color css

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

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

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