Html Css Color HEX #FDC27C Chardonnay

📋 copy color: '#FDC27C'

red 253 ◦ green 194 ◦ blue 124

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

Shades of Chardonnay #FDC27C

Tints of Chardonnay #FDC27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.98%

 BLUE value IS 124 (48.83% from 255) = 21.72%

R = 44.31%
G = 33.98%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDC27C (or 0xFDC27C) is known color: Chardonnay. HEX triplet: FD, C2 and 7C. RGB value is (253,194,124). Sum of RGB (Red+Green+Blue) = 253+194+124=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27C is #023D83. Grayscale: #CCCCCC. Windows color (decimal): -146820 or 8176381. OLE color: 8176381.

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

Color convert

RGB 253 194 124 -
CMYK 0 0.23 0.51 0.01
HSL 32.56º 0.97% 0.74% -
HSV(B) 32.56º 0.51% 0.99% -
XYZ 63.44 60.92 27.48 -
YUV 203.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 253 194 124 0 0.23 0.51 0.01 32.56 0.97 0.74
Hex FD C2 7C 0 17 33 1 21 61 4A
Octal 375 302 174 0 27 63 1 41 141 112
Binary 11111101 11000010 1111100 0 10111 110011 1 100001 1100001 1001010

Color Harmonies of #FDC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC27C

Black with #FDC27C

Text Example


Text Example

White with #FDC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC27C; }

 p { color: rgb(253,194,124); }

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

background-color css

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

 a { background-color: rgb(253,194,124); }

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

border-color css

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

 span { border-color: rgb(253,194,124); }

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