#FDC070

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

Shades of Chardonnay #FDC070

Tints of Chardonnay #FDC070

Color information

#FDC070 (or 0xFDC070) is unknown color: approx Chardonnay. HEX triplet: FD, C0 and 70. RGB value is (253,192,112). Sum of RGB (Red+Green+Blue) = 253+192+112=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC070 is #023F8F. Grayscale: #C9C9C9. Windows color (decimal): -147344 or 7389437. OLE color: 7389437.

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

Color convert

RGB253192112-
CMYK00.240.560.01
HSL34.04º97.24%71.57%-
HSV(B)34.04º55.73%99.22%-
XYZ62.2859.7523.58-
YUV201.1277.71165-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 112 (44.14% from 255) = 20.11%
R=45.42%
G=34.47%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319211200.240.560.0134.0497.2471.57
HexFDC070018381226148
Octal37530016003070142141110
Binary11111101110000001110000011000111000110001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC070; }

 p { color: rgb(253,192,112); }

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

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

 a { background-color: rgb(253,192,112); }

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

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

 span { border-color: rgb(253,192,112); }

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