Html Css Color HEX #FDC27E Chardonnay

📋 copy color: '#FDC27E'

red 253 ◦ green 194 ◦ blue 126

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

Shades of Chardonnay #FDC27E

Tints of Chardonnay #FDC27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.99%

R = 44.15%
G = 33.86%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDC27E (or 0xFDC27E) is known color: Chardonnay. HEX triplet: FD, C2 and 7E. RGB value is (253,194,126). Sum of RGB (Red+Green+Blue) = 253+194+126=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27E is #023D81. Grayscale: #CCCCCC. Windows color (decimal): -146818 or 8307453. OLE color: 8307453.

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

Color convert

RGB 253 194 126 -
CMYK 0 0.23 0.50 0.01
HSL 32.13º 0.97% 0.74% -
HSV(B) 32.13º 0.5% 0.99% -
XYZ 63.57 60.97 28.16 -
YUV 203.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 253 194 126 0 0.23 0.50 0.01 32.13 0.97 0.74
Hex FD C2 7E 0 17 32 1 20 61 4A
Octal 375 302 176 0 27 62 1 40 141 112
Binary 11111101 11000010 1111110 0 10111 110010 1 100000 1100001 1001010

Color Harmonies of #FDC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC27E

Black with #FDC27E

Text Example


Text Example

White with #FDC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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