Html Css Color HEX #FDC47A Chardonnay

📋 copy color: '#FDC47A'

red 253 ◦ green 196 ◦ blue 122

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

Shades of Chardonnay #FDC47A

Tints of Chardonnay #FDC47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.33%

 BLUE value IS 122 (48.05% from 255) = 21.37%

R = 44.31%
G = 34.33%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDC47A (or 0xFDC47A) is known color: Chardonnay. HEX triplet: FD, C4 and 7A. RGB value is (253,196,122). Sum of RGB (Red+Green+Blue) = 253+196+122=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC47A is #023B85. Grayscale: #CCCCCC. Windows color (decimal): -146310 or 8045821. OLE color: 8045821.

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

Color convert

RGB 253 196 122 -
CMYK 0 0.23 0.52 0.01
HSL 33.89º 0.97% 0.74% -
HSV(B) 33.89º 0.52% 0.99% -
XYZ 63.76 61.77 26.97 -
YUV 204.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 253 196 122 0 0.23 0.52 0.01 33.89 0.97 0.74
Hex FD C4 7A 0 17 34 1 22 61 4A
Octal 375 304 172 0 27 64 1 42 141 112
Binary 11111101 11000100 1111010 0 10111 110100 1 100010 1100001 1001010

Color Harmonies of #FDC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC47A

Black with #FDC47A

Text Example


Text Example

White with #FDC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC47A; }

 p { color: rgb(253,196,122); }

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

background-color css

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

 a { background-color: rgb(253,196,122); }

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

border-color css

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

 span { border-color: rgb(253,196,122); }

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