Html Css Color HEX #FDC075 Chardonnay

📋 copy color: '#FDC075'

red 253 ◦ green 192 ◦ blue 117

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

Shades of Chardonnay #FDC075

Tints of Chardonnay #FDC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.16%

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

R = 45.02%
G = 34.16%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDC075 (or 0xFDC075) is known color: Chardonnay. HEX triplet: FD, C0 and 75. RGB value is (253,192,117). Sum of RGB (Red+Green+Blue) = 253+192+117=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC075 is #023F8A. Grayscale: #CACACA. Windows color (decimal): -147339 or 7717117. OLE color: 7717117.

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

Color convert

RGB 253 192 117 -
CMYK 0 0.24 0.54 0.01
HSL 33.09º 0.97% 0.73% -
HSV(B) 33.09º 0.54% 0.99% -
XYZ 62.57 59.87 25.09 -
YUV 201.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 253 192 117 0 0.24 0.54 0.01 33.09 0.97 0.73
Hex FD C0 75 0 18 36 1 21 61 49
Octal 375 300 165 0 30 66 1 41 141 111
Binary 11111101 11000000 1110101 0 11000 110110 1 100001 1100001 1001001

Color Harmonies of #FDC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC075

Black with #FDC075

Text Example


Text Example

White with #FDC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC075; }

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

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

background-color css

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

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

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

border-color css

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

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

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