#FCC790

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

Shades of Peach-Orange #FCC790

Tints of Peach-Orange #FCC790

Color information

#FCC790 (or 0xFCC790) is unknown color: approx Peach-Orange. HEX triplet: FC, C7 and 90. RGB value is (252,199,144). Sum of RGB (Red+Green+Blue) = 252+199+144=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC790 is #03386F. Grayscale: #D0D0D0. Windows color (decimal): -211056 or 9488380. OLE color: 9488380.

HSL color Cylindrical-coordinate representation of color #FCC790: hue angle of 30.56º degrees, saturation: 0.95, 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 #FCC790 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252199144-
CMYK00.210.430.01
HSL30.56º94.74%77.65%-
HSV(B)30.56º42.86%98.82%-
XYZ65.663.5635.2-
YUV208.5891.56158.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 144 (56.64% from 255) = 24.20%
R=42.35%
G=33.45%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219914400.210.430.0130.5694.7477.65
HexFCC7900152B11f5f4e
Octal37430722002553137137116
Binary11111100110001111001000001010110101111111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC790; }

 p { color: rgb(252,199,144); }

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

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

 a { background-color: rgb(252,199,144); }

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

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

 span { border-color: rgb(252,199,144); }

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