Html Css Color HEX #FDC875 Chardonnay

📋 copy color: '#FDC875'

red 253 ◦ green 200 ◦ blue 117

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

Shades of Chardonnay #FDC875

Tints of Chardonnay #FDC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

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

R = 44.39%
G = 35.09%
B = 20.53%

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

#FDC875 (or 0xFDC875) is known color: Chardonnay. HEX triplet: FD, C8 and 75. RGB value is (253,200,117). Sum of RGB (Red+Green+Blue) = 253+200+117=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC875 is #02378A. Grayscale: #CECECE. Windows color (decimal): -145291 or 7719165. OLE color: 7719165.

HSL color Cylindrical-coordinate representation of color #FDC875: hue angle of 36.62º 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 #FDC875 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 117 -
CMYK 0 0.21 0.54 0.01
HSL 36.62º 0.97% 0.73% -
HSV(B) 36.62º 0.54% 0.99% -
XYZ 64.37 63.48 25.69 -
YUV 206.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 253 200 117 0 0.21 0.54 0.01 36.62 0.97 0.73
Hex FD C8 75 0 15 36 1 25 61 49
Octal 375 310 165 0 25 66 1 45 141 111
Binary 11111101 11001000 1110101 0 10101 110110 1 100101 1100001 1001001

Color Harmonies of #FDC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC875

Black with #FDC875

Text Example


Text Example

White with #FDC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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