Html Css Color HEX #FDC16F Chardonnay

📋 copy color: '#FDC16F'

red 253 ◦ green 193 ◦ blue 111

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

Shades of Chardonnay #FDC16F

Tints of Chardonnay #FDC16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.65%

 BLUE value IS 111 (43.75% from 255) = 19.93%

R = 45.42%
G = 34.65%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC16F (or 0xFDC16F) is known color: Chardonnay. HEX triplet: FD, C1 and 6F. RGB value is (253,193,111). Sum of RGB (Red+Green+Blue) = 253+193+111=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC16F is #023E90. Grayscale: #C9C9C9. Windows color (decimal): -147089 or 7324157. OLE color: 7324157.

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

Color convert

RGB 253 193 111 -
CMYK 0 0.24 0.56 0.01
HSL 34.65º 0.97% 0.71% -
HSV(B) 34.65º 0.56% 0.99% -
XYZ 62.45 60.17 23.36 -
YUV 201.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 253 193 111 0 0.24 0.56 0.01 34.65 0.97 0.71
Hex FD C1 6F 0 18 38 1 23 61 47
Octal 375 301 157 0 30 70 1 43 141 107
Binary 11111101 11000001 1101111 0 11000 111000 1 100011 1100001 1000111

Color Harmonies of #FDC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC16F

Black with #FDC16F

Text Example


Text Example

White with #FDC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC16F; }

 p { color: rgb(253,193,111); }

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

background-color css

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

 a { background-color: rgb(253,193,111); }

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

border-color css

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

 span { border-color: rgb(253,193,111); }

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