#FDC490

Color #FDC490 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FDC490

Tints of Peach-Orange #FDC490

Color information

#FDC490 (or 0xFDC490) is unknown color: approx Peach-Orange. HEX triplet: FD, C4 and 90. RGB value is (253,196,144). Sum of RGB (Red+Green+Blue) = 253+196+144=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC490 is #023B6F. Grayscale: #CFCFCF. Windows color (decimal): -146288 or 9487613. OLE color: 9487613.

HSL color Cylindrical-coordinate representation of color #FDC490: hue angle of 28.62º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDC490 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253196144-
CMYK00.230.430.01
HSL28.62º96.46%77.84%-
HSV(B)28.62º43.08%99.22%-
XYZ65.2862.3834.98-
YUV207.1192.38160.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 196 (76.95% from 255) = 33.05%
BLUE value IS 144 (56.64% from 255) = 24.28%
R=42.66%
G=33.05%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319614400.230.430.0128.6296.4677.84
HexFDC4900172B11d604e
Octal37530422002753135140116
Binary11111101110001001001000001011110101111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC490; }

 p { color: rgb(253,196,144); }

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

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

 a { background-color: rgb(253,196,144); }

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

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

 span { border-color: rgb(253,196,144); }

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