Html Css Color HEX #FDC874 Chardonnay

📋 copy color: '#FDC874'

red 253 ◦ green 200 ◦ blue 116

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

Shades of Chardonnay #FDC874

Tints of Chardonnay #FDC874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.39%

R = 44.46%
G = 35.15%
B = 20.39%

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

#FDC874 (or 0xFDC874) is known color: Chardonnay. HEX triplet: FD, C8 and 74. RGB value is (253,200,116). Sum of RGB (Red+Green+Blue) = 253+200+116=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC874 is #02378B. Grayscale: #CECECE. Windows color (decimal): -145292 or 7653629. OLE color: 7653629.

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

Color convert

RGB 253 200 116 -
CMYK 0 0.21 0.54 0.01
HSL 36.79º 0.97% 0.72% -
HSV(B) 36.79º 0.54% 0.99% -
XYZ 64.31 63.45 25.38 -
YUV 206.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 253 200 116 0 0.21 0.54 0.01 36.79 0.97 0.72
Hex FD C8 74 0 15 36 1 25 61 48
Octal 375 310 164 0 25 66 1 45 141 110
Binary 11111101 11001000 1110100 0 10101 110110 1 100101 1100001 1001000

Color Harmonies of #FDC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC874

Black with #FDC874

Text Example


Text Example

White with #FDC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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