#FFC270

Color #FFC270 Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FFC270

Tints of Chardonnay #FFC270

Color information

#FFC270 (or 0xFFC270) is unknown color: approx Chardonnay. HEX triplet: FF, C2 and 70. RGB value is (255,194,112). Sum of RGB (Red+Green+Blue) = 255+194+112=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC270 is #003D8F. Grayscale: #CBCBCB. Windows color (decimal): -15760 or 7389951. OLE color: 7389951.

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

Color convert

RGB255194112-
CMYK00.240.560
HSL34.41º100%71.96%-
HSV(B)34.41º56.08%100%-
XYZ63.4661.0123.76-
YUV202.8976.71165.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 112 (44.14% from 255) = 19.96%
R=45.45%
G=34.58%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519411200.240.56034.4110071.96
HexFFC270018380226448
Octal37730216003070042144110
Binary11111111110000101110000011000111000010001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC270; }

 p { color: rgb(255,194,112); }

 H1.HeaderClassName
 {
   color: #FFC270;
 }
 .AnyTagClassName
 {
   color: #FFC270;
 }
</style>
background-color css

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

 a { background-color: rgb(255,194,112); }

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

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

 span { border-color: rgb(255,194,112); }

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