Html Css Color HEX #FDC775 Chardonnay

📋 copy color: '#FDC775'

red 253 ◦ green 199 ◦ blue 117

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

Shades of Chardonnay #FDC775

Tints of Chardonnay #FDC775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.97%

 BLUE value IS 117 (46.09% from 255) = 20.56%

R = 44.46%
G = 34.97%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDC775 (or 0xFDC775) is known color: Chardonnay. HEX triplet: FD, C7 and 75. RGB value is (253,199,117). Sum of RGB (Red+Green+Blue) = 253+199+117=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC775 is #02388A. Grayscale: #CECECE. Windows color (decimal): -145547 or 7718909. OLE color: 7718909.

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

Color convert

RGB 253 199 117 -
CMYK 0 0.21 0.54 0.01
HSL 36.18º 0.97% 0.73% -
HSV(B) 36.18º 0.54% 0.99% -
XYZ 64.14 63.01 25.61 -
YUV 205.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 253 199 117 0 0.21 0.54 0.01 36.18 0.97 0.73
Hex FD C7 75 0 15 36 1 24 61 49
Octal 375 307 165 0 25 66 1 44 141 111
Binary 11111101 11000111 1110101 0 10101 110110 1 100100 1100001 1001001

Color Harmonies of #FDC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC775

Black with #FDC775

Text Example


Text Example

White with #FDC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC775; }

 p { color: rgb(253,199,117); }

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

background-color css

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

 a { background-color: rgb(253,199,117); }

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

border-color css

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

 span { border-color: rgb(253,199,117); }

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