#FCC190

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

Shades of Peach-Orange #FCC190

Tints of Peach-Orange #FCC190

Color information

#FCC190 (or 0xFCC190) is unknown color: approx Peach-Orange. HEX triplet: FC, C1 and 90. RGB value is (252,193,144). Sum of RGB (Red+Green+Blue) = 252+193+144=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC190 is #033E6F. Grayscale: #CDCDCD. Windows color (decimal): -212592 or 9486844. OLE color: 9486844.

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

Color convert

RGB252193144-
CMYK00.230.430.01
HSL27.22º94.74%77.65%-
HSV(B)27.22º42.86%98.82%-
XYZ64.2560.8534.74-
YUV205.0693.55161.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=42.78%
G=32.77%
B=24.45%

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
Decimal25219314400.230.430.0127.2294.7477.65
HexFCC1900172B11b5f4e
Octal37430122002753133137116
Binary11111100110000011001000001011110101111101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC190; }

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

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

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

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

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

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

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

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