Html Css Color HEX #FDC170 Chardonnay

📋 copy color: '#FDC170'

red 253 ◦ green 193 ◦ blue 112

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

Shades of Chardonnay #FDC170

Tints of Chardonnay #FDC170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.59%

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

R = 45.34%
G = 34.59%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC170 (or 0xFDC170) is known color: Chardonnay. HEX triplet: FD, C1 and 70. RGB value is (253,193,112). Sum of RGB (Red+Green+Blue) = 253+193+112=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC170 is #023E8F. Grayscale: #CACACA. Windows color (decimal): -147088 or 7389693. OLE color: 7389693.

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

Color convert

RGB 253 193 112 -
CMYK 0 0.24 0.56 0.01
HSL 34.47º 0.97% 0.72% -
HSV(B) 34.47º 0.56% 0.99% -
XYZ 62.5 60.19 23.65 -
YUV 201.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 253 193 112 0 0.24 0.56 0.01 34.47 0.97 0.72
Hex FD C1 70 0 18 38 1 22 61 48
Octal 375 301 160 0 30 70 1 42 141 110
Binary 11111101 11000001 1110000 0 11000 111000 1 100010 1100001 1001000

Color Harmonies of #FDC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC170

Black with #FDC170

Text Example


Text Example

White with #FDC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC170; }

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

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

background-color css

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

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

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

border-color css

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

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

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