Html Css Color HEX #FFCA80 Chardonnay

📋 copy color: '#FFCA80'

red 255 ◦ green 202 ◦ blue 128

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

Shades of Chardonnay #FFCA80

Tints of Chardonnay #FFCA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.53%

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

R = 43.59%
G = 34.53%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFCA80 (or 0xFFCA80) is known color: Chardonnay. HEX triplet: FF, CA and 80. RGB value is (255,202,128). Sum of RGB (Red+Green+Blue) = 255+202+128=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA80 is #00357F. Grayscale: #D1D1D1. Windows color (decimal): -13696 or 8440575. OLE color: 8440575.

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

Color convert

RGB 255 202 128 -
CMYK 0 0.21 0.50 0
HSL 34.96º 1% 0.75% -
HSV(B) 34.96º 0.5% 1% -
XYZ 66.26 65.06 29.49 -
YUV 209.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 255 202 128 0 0.21 0.50 0 34.96 1 0.75
Hex FF CA 80 0 15 32 0 23 64 4B
Octal 377 312 200 0 25 62 0 43 144 113
Binary 11111111 11001010 10000000 0 10101 110010 0 100011 1100100 1001011

Color Harmonies of #FFCA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA80

Black with #FFCA80

Text Example


Text Example

White with #FFCA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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