Html Css Color HEX #FDC071 Chardonnay

📋 copy color: '#FDC071'

red 253 ◦ green 192 ◦ blue 113

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

Shades of Chardonnay #FDC071

Tints of Chardonnay #FDC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.41%

 BLUE value IS 113 (44.53% from 255) = 20.25%

R = 45.34%
G = 34.41%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDC071 (or 0xFDC071) is known color: Chardonnay. HEX triplet: FD, C0 and 71. RGB value is (253,192,113). Sum of RGB (Red+Green+Blue) = 253+192+113=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC071 is #023F8E. Grayscale: #C9C9C9. Windows color (decimal): -147343 or 7454973. OLE color: 7454973.

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

Color convert

RGB 253 192 113 -
CMYK 0 0.24 0.55 0.01
HSL 33.86º 0.97% 0.72% -
HSV(B) 33.86º 0.55% 0.99% -
XYZ 62.34 59.77 23.87 -
YUV 201.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 253 192 113 0 0.24 0.55 0.01 33.86 0.97 0.72
Hex FD C0 71 0 18 37 1 22 61 48
Octal 375 300 161 0 30 67 1 42 141 110
Binary 11111101 11000000 1110001 0 11000 110111 1 100010 1100001 1001000

Color Harmonies of #FDC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC071

Black with #FDC071

Text Example


Text Example

White with #FDC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC071; }

 p { color: rgb(253,192,113); }

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

background-color css

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

 a { background-color: rgb(253,192,113); }

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

border-color css

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

 span { border-color: rgb(253,192,113); }

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