#F7C490

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

Shades of Peach-Orange #F7C490

Tints of Peach-Orange #F7C490

Color information

#F7C490 (or 0xF7C490) is unknown color: approx Peach-Orange. HEX triplet: F7, C4 and 90. RGB value is (247,196,144). Sum of RGB (Red+Green+Blue) = 247+196+144=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C490 is #083B6F. Grayscale: #CDCDCD. Windows color (decimal): -539504 or 9487607. OLE color: 9487607.

HSL color Cylindrical-coordinate representation of color #F7C490: hue angle of 30.29º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7C490 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB247196144-
CMYK00.210.420.03
HSL30.29º86.55%76.67%-
HSV(B)30.29º41.7%96.86%-
XYZ63.1361.2734.88-
YUV205.3293.4157.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.08%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 144 (56.64% from 255) = 24.53%
R=42.08%
G=33.39%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719614400.210.420.0330.2986.5576.67
HexF7C4900152A31e574d
Octal36730422002552336127115
Binary111101111100010010010000010101101010111111010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C490; }

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

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

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

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

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

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

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

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