Html Css Color HEX #FFC580 Chardonnay

📋 copy color: '#FFC580'

red 255 ◦ green 197 ◦ blue 128

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

Shades of Chardonnay #FFC580

Tints of Chardonnay #FFC580

RGB

 RED value IS 255 (100% from 255) = 43.97%

 GREEN value IS 197 (77.34% from 255) = 33.97%

 BLUE value IS 128 (50.39% from 255) = 22.07%

R = 43.97%
G = 33.97%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFC580 (or 0xFFC580) is known color: Chardonnay. HEX triplet: FF, C5 and 80. RGB value is (255,197,128). Sum of RGB (Red+Green+Blue) = 255+197+128=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC580 is #003A7F. Grayscale: #CECECE. Windows color (decimal): -14976 or 8439295. OLE color: 8439295.

HSL color Cylindrical-coordinate representation of color #FFC580: hue angle of 32.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFC580 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 197 128 -
CMYK 0 0.23 0.50 0
HSL 32.6º 1% 0.75% -
HSV(B) 32.6º 0.5% 1% -
XYZ 65.1 62.75 29.1 -
YUV 206.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 255 197 128 0 0.23 0.50 0 32.6 1 0.75
Hex FF C5 80 0 17 32 0 21 64 4B
Octal 377 305 200 0 27 62 0 41 144 113
Binary 11111111 11000101 10000000 0 10111 110010 0 100001 1100100 1001011

Color Harmonies of #FFC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC580

Black with #FFC580

Text Example


Text Example

White with #FFC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC580; }

 p { color: rgb(255,197,128); }

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

background-color css

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

 a { background-color: rgb(255,197,128); }

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

border-color css

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

 span { border-color: rgb(255,197,128); }

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