Html Css Color HEX #FFC485 Chardonnay

📋 copy color: '#FFC485'

red 255 ◦ green 196 ◦ blue 133

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

Shades of Chardonnay #FFC485

Tints of Chardonnay #FFC485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.56%

 BLUE value IS 133 (52.34% from 255) = 22.77%

R = 43.66%
G = 33.56%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFC485 (or 0xFFC485) is known color: Chardonnay. HEX triplet: FF, C4 and 85. RGB value is (255,196,133). Sum of RGB (Red+Green+Blue) = 255+196+133=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC485 is #003B7A. Grayscale: #CECECE. Windows color (decimal): -15227 or 8766719. OLE color: 8766719.

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

Color convert

RGB 255 196 133 -
CMYK 0 0.23 0.48 0
HSL 30.98º 1% 0.76% -
HSV(B) 30.98º 0.48% 1% -
XYZ 65.21 62.43 30.8 -
YUV 206.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 255 196 133 0 0.23 0.48 0 30.98 1 0.76
Hex FF C4 85 0 17 30 0 1F 64 4C
Octal 377 304 205 0 27 60 0 37 144 114
Binary 11111111 11000100 10000101 0 10111 110000 0 11111 1100100 1001100

Color Harmonies of #FFC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC485

Black with #FFC485

Text Example


Text Example

White with #FFC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC485; }

 p { color: rgb(255,196,133); }

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

background-color css

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

 a { background-color: rgb(255,196,133); }

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

border-color css

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

 span { border-color: rgb(255,196,133); }

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