Html Css Color HEX #FDC27F Chardonnay

📋 copy color: '#FDC27F'

red 253 ◦ green 194 ◦ blue 127

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

Shades of Chardonnay #FDC27F

Tints of Chardonnay #FDC27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.13%

R = 44.08%
G = 33.8%
B = 22.13%

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

#FDC27F (or 0xFDC27F) is known color: Chardonnay. HEX triplet: FD, C2 and 7F. RGB value is (253,194,127). Sum of RGB (Red+Green+Blue) = 253+194+127=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27F is #023D80. Grayscale: #CCCCCC. Windows color (decimal): -146817 or 8372989. OLE color: 8372989.

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

Color convert

RGB 253 194 127 -
CMYK 0 0.23 0.50 0.01
HSL 31.9º 0.97% 0.75% -
HSV(B) 31.9º 0.5% 0.99% -
XYZ 63.63 61 28.5 -
YUV 204 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 253 194 127 0 0.23 0.50 0.01 31.9 0.97 0.75
Hex FD C2 7F 0 17 32 1 20 61 4B
Octal 375 302 177 0 27 62 1 40 141 113
Binary 11111101 11000010 1111111 0 10111 110010 1 100000 1100001 1001011

Color Harmonies of #FDC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC27F

Black with #FDC27F

Text Example


Text Example

White with #FDC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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