Html Css Color HEX #FDC570 Chardonnay

📋 copy color: '#FDC570'

red 253 ◦ green 197 ◦ blue 112

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

Shades of Chardonnay #FDC570

Tints of Chardonnay #FDC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

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

R = 45.02%
G = 35.05%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC570 (or 0xFDC570) is known color: Chardonnay. HEX triplet: FD, C5 and 70. RGB value is (253,197,112). Sum of RGB (Red+Green+Blue) = 253+197+112=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC570 is #023A8F. Grayscale: #CCCCCC. Windows color (decimal): -146064 or 7390717. OLE color: 7390717.

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

Color convert

RGB 253 197 112 -
CMYK 0 0.22 0.56 0.01
HSL 36.17º 0.97% 0.72% -
HSV(B) 36.17º 0.56% 0.99% -
XYZ 63.4 61.99 23.95 -
YUV 204.05 76.05 162.91 -
System Red Green Blue C M Y K H S L
Decimal 253 197 112 0 0.22 0.56 0.01 36.17 0.97 0.72
Hex FD C5 70 0 16 38 1 24 61 48
Octal 375 305 160 0 26 70 1 44 141 110
Binary 11111101 11000101 1110000 0 10110 111000 1 100100 1100001 1001000

Color Harmonies of #FDC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC570

Black with #FDC570

Text Example


Text Example

White with #FDC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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